#include <console.h>
Data Fields | |
word * | vid_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. |
Definition at line 45 of file console.h.
|
CAPS-LOCK flag.
|
|
Current text color.
|
|
Cursor position.
|
|
How many characters are present into the buffer.
|
|
The first character to read from the buffer.
|
|
The last character insered into the buffer.
|
|
The keyboard circular buffer.
|
|
NUM-LOCK flag.
|
|
SCROLL-LOCK flag.
|
|
Video buffer.
|