/* $Id: term.h,v 1.1 1992/09/05 01:13:32 mike Exp $ */ /* $Log: term.h,v $ * Revision 1.1 1992/09/05 01:13:32 mike * Initial revision * */ /* * TERM.H: a few terminal things */ #define ESC 0x1B #define BACK 0x08 #define BEL 0x07 #define DEL 0x7F #define TRIGGER ESC /* start of multi key code */