diff options
Diffstat (limited to 'ui.c')
-rw-r--r-- | ui.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui.c b/ui.c index d0f56f0..a8e40d9 100644 --- a/ui.c +++ b/ui.c @@ -29,6 +29,10 @@ #include "chat.h" +#ifndef A_ITALIC +#define A_ITALIC A_NORMAL +#endif + static const int TOPIC_COLS = 512; static const int CHAT_LINES = 100; static const int INPUT_COLS = 512; |