mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
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
|
||
|
|