diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-03-19 14:00:00 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 14:00:00 +0100 |
| commit | fe678e6c70f00a1f5b93f43ced5992916d24814d (patch) | |
| tree | 2d6e723095a39431f048dc17d048fb92b18ae19a /chatty.c | |
| parent | 58a3f3af47a6a86bbbbb0f69e8a735957436bcc0 (diff) | |
Added array library for ui implementation
Diffstat (limited to 'chatty.c')
| -rw-r--r-- | chatty.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
