8 lines
135 B
C
8 lines
135 B
C
/* constants needed for display.c */
|
|
|
|
/* "type" argument for new_message function */
|
|
|
|
#define MT_standout 1
|
|
#define MT_delayed 2
|
|
|