diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-14 18:25:30 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-14 18:25:30 +0300 |
| commit | f0b6bb6974c823c4b5a7deffce0748f2ff6370de (patch) | |
| tree | 37ccd97ce0f10959006740ed4949d95b903a2f2f /config.h | |
| parent | c8d863b4b37a64f1df3cd4c25e6367949f2e6650 (diff) | |
| download | astar-f0b6bb6974c823c4b5a7deffce0748f2ff6370de.tar.xz | |
Change how messages are written, clean up differently
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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:" |
