Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

console Struct Reference
[Virtual Consoles]

Virtual console structure. More...

#include <console.h>


Data Fields

wordvid_buffer
 Video buffer.

word cur_pos
 Cursor position.

byte cur_color
 Current text color.

byte num_lock
 NUM-LOCK flag.

byte caps_lock
 CAPS-LOCK flag.

byte scroll_lock
 SCROLL-LOCK flag.

word keyb_buf_read
 The first character to read from the buffer.

word keyb_buf_write
 The last character insered into the buffer.

word keyb_buf_count
 How many characters are present into the buffer.

word keyb_buffer [KEYB_BUF_DIM]
 The keyboard circular buffer.


Detailed Description

Virtual console structure.

Definition at line 45 of file console.h.


Field Documentation

byte console::caps_lock
 

CAPS-LOCK flag.

Definition at line 54 of file console.h.

byte console::cur_color
 

Current text color.

Definition at line 50 of file console.h.

word console::cur_pos
 

Cursor position.

Definition at line 49 of file console.h.

word console::keyb_buf_count
 

How many characters are present into the buffer.

Definition at line 58 of file console.h.

word console::keyb_buf_read
 

The first character to read from the buffer.

Definition at line 58 of file console.h.

word console::keyb_buf_write
 

The last character insered into the buffer.

Definition at line 58 of file console.h.

word console::keyb_buffer[KEYB_BUF_DIM]
 

The keyboard circular buffer.

Definition at line 62 of file console.h.

byte console::num_lock
 

NUM-LOCK flag.

Definition at line 54 of file console.h.

byte console::scroll_lock
 

SCROLL-LOCK flag.

Definition at line 54 of file console.h.

word* console::vid_buffer
 

Video buffer.

Definition at line 48 of file console.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 20 15:32:21 2004 for Minirighi by doxygen1.2.18