diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-05 15:11:16 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-05 15:11:16 +0300 |
| commit | 221797b2506bc54483042b8a7beb0aa016f4f8e6 (patch) | |
| tree | a3c13e3a512c5d52edc1f76236efe18b22c43f1b /config.h | |
| parent | 3800654c56fc598bffda5b93fbe9dc7f88896fc2 (diff) | |
| download | astar-221797b2506bc54483042b8a7beb0aa016f4f8e6.tar.xz | |
Prompt for filename when creating a BMP
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,4 +18,6 @@ #define CURSOR_CHAR_1 '<' #define CURSOR_CHAR_2 '>' +#define FILENAME_BUF_SIZE 128 + #endif /*CONFIG_H_ */ |
