home *** CD-ROM | disk | FTP | other *** search
- /* k 0039 27/08/90 */
- /* k 0066 21/10/90 */
- /* k 0100 31/12/90 */
- /* k 0217 15/09/91 *//* CTRL_HOME & BACKSPACE */
- #define SW2020 0x80 /* @0066 */
- #define SW128 0x40 /* @0066 */
- #define SW36 0x20 /* @0066 */
- #define SW_RQB 0x10 /* @0066 */
- #define VT_ACT 0x80 /* vt.h */
- #define VT_MODE 0x40
- #define VT_IO 0x20
- #define ALTX 256+45
- #define NOVT_ACT 0xff-0x80
- #define NOVT_MODE 0xff-0x40
- #define NOVT_IO 0xff-0x20
- #define VT_COMMA 0x10
- #define NOVT_COMMA 0xff-0x10
- #define VT_USER 0x08
- #define NOVT_USER 0xff-0x08
- #define VT_LOGON 0x04
- #define NOVT_LOGON 0xff-0x04
- #define VT_APPL 0x02
- #define NOVT_APPL 0xff-0x02
- #define VT_LMODE 0x01
- #define NOVT_LMODE 0xff-0x01
- #define ESC 27
- #define DOT 0x2e
- #define F1 315
- #define CODE_O 111
- #define CODE_S 115
- #define CODE_L 108
- #define CODE_D 100
- #define CODE_F 102
- #define CODE_T 116
- #define CODE_E 101
- #define CODE_RIGHT 256+77
- #define CODE_LEFT 256+75
- #define CODE_UP 256+72
- #define CODE_DOWN 256+80
- #define CODE_DEL 256+83
- #define CR 13
- #define CURSOR 0x0607
- #define NOCURSOR 0x2000
- #define CTRL_HOME 375 /* @0217 */
- #define CODE_BS 8 /* @0217 */
- struct vt0 {
- char lsmax;
- };
-