CONIO
2.1
|
text_info Struct Reference
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 | |
Detailed Description
Structure holding information about screen.
- See Also
- gettextinfo
- inittextinfo
Field Documentation
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
The documentation for this struct was generated from the following file:
Generated on Fri Dec 6 2013 20:09:46 for CONIO by 1.8.2