From f2a99859f0c66ba17765c036a173e7f29927327a Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Thu, 16 Apr 2026 22:15:51 +0300 Subject: Fix costs --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 391be5f..85b63fe 100644 --- a/config.h +++ b/config.h @@ -18,7 +18,7 @@ #define CURSOR_CHAR_1 '<' #define CURSOR_CHAR_2 '>' -#define MESSAGE_MAX_SIZE 128 +#define MESSAGE_MAX_SIZE 256 #define FILENAME_BUF_SIZE 128 #define FILENAME_PROMPT "Filename:" -- cgit v1.2.3