aboutsummaryrefslogtreecommitdiff
path: root/chatty.c
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2025-03-19 14:00:00 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-17 14:00:00 +0100
commit1e85da7c299e0ab8f8fe9d882bae4952049d46e6 (patch)
tree2d6e723095a39431f048dc17d048fb92b18ae19a /chatty.c
parent4d937c532b777d348b6bc758fea843d256e0b234 (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"