#include <api.h>
Data Fields | |
unsigned int | regionBegin |
unsigned int | regionSize |
char * | text |
unsigned char * | attrAnd |
unsigned char * | attrOr |
int | cursor |
char * | charset |
|
Text to display |
|
And attributes; applied first |
|
-1 == don't touch, 0 == turn off, 1 = 1st char of display, ... |
|
Or attributes; applied after ANDing |
|
Display number -1 == unspecified |
|
Region of display to update, 1st character of display is 1 |
|
Number of caracters held in text, attrAnd and attrOr. For multibyte text, this is the number of multibyte caracters. Combining and double-width caracters count for 1 |