Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtterm / tests / shared / common.h
1 /* $XConsortium: common.h /main/3 1995/10/31 11:59:55 rswiston $ */
2 #define  NULLCHAR         '\0'
3 #define  BLANK            ' '
4
5 typedef enum {
6    DECModeSet=1, DECModeReset=2, DECModeSave=3, DECModeRestore=4
7 } DECModeType;