#include <screenbuffer.h>
Data Fields | |
attrs_t | attrs |
Current attributes. | |
keyfield_t * | buffer |
Screen content - characters and their attributes (used as a circular buffer). | |
bool | is_cursor_visible |
Cursor state - default is visible. | |
sysarg_t | position_x |
Coordinates of last printed character for determining cursor position. | |
sysarg_t | position_y |
sysarg_t | size_x |
Number of columns. | |
sysarg_t | size_y |
Number of rows. | |
size_t | top_line |
Points to buffer[][] line that will be printed at screen as the first line. |
Definition at line 82 of file screenbuffer.h.