CONIO
2.1
|
Structure holding information about screen. More...
#include <conio2.h>
Data Fields | |
unsigned char | curx |
cursor coordinate x | |
unsigned char | cury |
cursor coordinate y | |
unsigned short | attribute |
current text attribute | |
unsigned short | normattr |
original value of text attribute after start of the application. | |
unsigned char | screenwidth |
screen width | |
unsigned char | screenheight |
screen height | |
Structure holding information about screen.
unsigned short text_info::normattr |
original value of text attribute after start of the application.
If you don't called the inittextinfo
on the beginning of the application, this always will be black background and light gray foreground