From f0b6bb6974c823c4b5a7deffce0748f2ff6370de Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Tue, 14 Apr 2026 18:25:30 +0300 Subject: Change how messages are written, clean up differently --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index f435d7d..391be5f 100644 --- a/config.h +++ b/config.h @@ -18,6 +18,8 @@ #define CURSOR_CHAR_1 '<' #define CURSOR_CHAR_2 '>' +#define MESSAGE_MAX_SIZE 128 + #define FILENAME_BUF_SIZE 128 #define FILENAME_PROMPT "Filename:" -- cgit v1.2.3