aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-16 22:15:51 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-16 22:15:51 +0300
commitf2a99859f0c66ba17765c036a173e7f29927327a (patch)
tree88f05aaf4944f0fa5a575f9bc2ea852fa1d71e1c /config.h
parentc6db3a75f756d790ede966c34adc3dbc793803d1 (diff)
downloadastar-f2a99859f0c66ba17765c036a173e7f29927327a.tar.xz
Fix costs
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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:"