Go to the source code of this file.
|
#define | VT_ALLOCATE 0x0001 /* Console got allocated */ |
|
#define | VT_DEALLOCATE 0x0002 /* Console will be deallocated */ |
|
#define | VT_WRITE 0x0003 /* A char got output */ |
|
#define | VT_UPDATE 0x0004 /* A bigger update occurred */ |
|
#define | VT_PREWRITE 0x0005 /* A char is about to be written to the console */ |
|
#define VT_ALLOCATE 0x0001 /* Console got allocated */ |
Definition at line 8 of file vt.h.
#define VT_DEALLOCATE 0x0002 /* Console will be deallocated */ |
Definition at line 9 of file vt.h.
#define VT_PREWRITE 0x0005 /* A char is about to be written to the console */ |
Definition at line 12 of file vt.h.
#define VT_UPDATE 0x0004 /* A bigger update occurred */ |
Definition at line 11 of file vt.h.
#define VT_WRITE 0x0003 /* A char got output */ |
Definition at line 10 of file vt.h.