caca_conio_text_info Struct Reference

DOS text area information. More...


Data Fields

unsigned char winleft
unsigned char wintop
unsigned char winright
unsigned char winbottom
unsigned char attribute
unsigned char normattr
unsigned char currmode
unsigned char screenheight
unsigned char screenwidth
unsigned char curx
unsigned char cury


Detailed Description

This structure stores text area information for the DOS conio.h compatibility layer.

Field Documentation

left window coordinate

top window coordinate

right window coordinate

bottom window coordinate

text attribute

normal attribute

current video mode: BW40, BW80, C40, C80, or C4350

text screen's height

text screen's width

x-coordinate in current window

y-coordinate in current window