aboutsummaryrefslogtreecommitdiff
path: root/chatty.c
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-12-02 00:00:04 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-12-02 00:00:04 +0100
commit5b67e5b2cfd1df47a1fea0ce589f3c899e24f780 (patch)
tree2d6e723095a39431f048dc17d048fb92b18ae19a /chatty.c
parentbc4dbc02d2ffeca03ed728f3f1f31d7cc969f655 (diff)
checkpoint
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"