Go to the source code of this file.
Data Structures | |
struct | CHARACTER |
Defines | |
#define | NUMROWS 60 |
#define | NUMCOLS 80 |
#define | MONBASE ((volatile char *)0xc000) |
#define | SCREEN (*dv_Screen) |
#define | VSCREEN ((VDISPLAY *)dv_Screen ) |
Typedefs | |
typedef CHARACTER | DISPLAY [NUMROWS][NUMCOLS] |
typedef short | CHAR_ATTRIB |
typedef CHAR_ATTRIB | VDISPLAY [NUMROWS][NUMCOLS] |
Variables | |
DISPLAY * | dv_Screen |
#define MONBASE ((volatile char *)0xc000) |
#define NUMCOLS 80 |
#define NUMROWS 60 |
#define SCREEN (*dv_Screen) |
Definition at line 26 of file VIDEO.h.
Referenced by clr_col(), clr_row(), cpy_col(), cpy_row(), dv_clr_region(), dv_putc(), dv_putcyx(), dv_replace(), outc(), replace(), and WinSetTitle().
Definition at line 32 of file VIDEO.h.
Referenced by dv_incha(), dv_outcha(), dv_restore(), and dv_save().
typedef short CHAR_ATTRIB |
typedef CHAR_ATTRIB VDISPLAY[NUMROWS][NUMCOLS] |