aboutsummaryrefslogtreecommitdiff
path: root/chatty.c
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@keyfried.com>2025-03-19 14:00:00 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-17 14:00:00 +0100
commitfe678e6c70f00a1f5b93f43ced5992916d24814d (patch)
tree2d6e723095a39431f048dc17d048fb92b18ae19a /chatty.c
parent58a3f3af47a6a86bbbbb0f69e8a735957436bcc0 (diff)
Added array library for ui implementation
Diffstat (limited to 'chatty.c')
-rw-r--r--chatty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/chatty.c b/chatty.c
index f56179f..d14475a 100644
--- a/chatty.c
+++ b/chatty.c
@@ -22,7 +22,9 @@
// Number of spaces inserted when pressing Tab/Ctrl+I
#define TAB_WIDTH 4
+#define CHATTY_IMPL
#include "chatty.h"
+#undef CHATTY_IMPL
#include "protocol.h"
#include "ui.h"