diff options
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/display.h b/display.h new file mode 100644 index 000000000000..4bd7ce77e08c --- /dev/null +++ b/display.h @@ -0,0 +1,7 @@ +/* constants needed for display.c */ + +/* "type" argument for new_message function */ + +#define MT_standout 1 +#define MT_delayed 2 + |