aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-05 15:11:16 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-05 15:11:16 +0300
commit221797b2506bc54483042b8a7beb0aa016f4f8e6 (patch)
treea3c13e3a512c5d52edc1f76236efe18b22c43f1b /config.h
parent3800654c56fc598bffda5b93fbe9dc7f88896fc2 (diff)
downloadastar-221797b2506bc54483042b8a7beb0aa016f4f8e6.tar.xz
Prompt for filename when creating a BMP
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 28599a0..31222fb 100644
--- a/config.h
+++ b/config.h
@@ -18,4 +18,6 @@
#define CURSOR_CHAR_1 '<'
#define CURSOR_CHAR_2 '>'
+#define FILENAME_BUF_SIZE 128
+
#endif /*CONFIG_H_ */