mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01: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
|
||
|
|