|
ELinks 0.19.1
|
The terminal's screen manages. More...
#include <screen.h>

Data Fields | |
| struct screen_char * | image |
| This is the screen's image, character by character. | |
| struct screen_char * | last_image |
| The previous screen's image, used for optimizing actual drawing. | |
| int | cx |
| The current and the previous cursor positions. | |
| int | cy |
| int | lcx |
| int | lcy |
| unsigned int | was_dirty:1 |
| Whether to redraw screen. | |
| struct bitfield * | dirty |
| struct bitfield * | dirty_image |
The terminal's screen manages.
| int terminal_screen::cx |
The current and the previous cursor positions.
| int terminal_screen::cy |
| struct bitfield* terminal_screen::dirty |
| struct bitfield* terminal_screen::dirty_image |
| struct screen_char* terminal_screen::image |
This is the screen's image, character by character.
| struct screen_char* terminal_screen::last_image |
The previous screen's image, used for optimizing actual drawing.
| int terminal_screen::lcx |
| int terminal_screen::lcy |
| unsigned int terminal_screen::was_dirty |
Whether to redraw screen.