diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-13 15:03:08 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-13 15:03:08 +0300 |
| commit | c210bb036dcb4ce2e9a276d590be815fc4b09897 (patch) | |
| tree | 2aa7c6859e759630a53d571d81ccfab9f578f80b /config.h | |
| parent | 8f2c31afbc61160ca024f2a036e48b06fdd49881 (diff) | |
| download | astar-c210bb036dcb4ce2e9a276d590be815fc4b09897.tar.xz | |
Fix the filename prompt
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,5 +19,6 @@ #define CURSOR_CHAR_2 '>' #define FILENAME_BUF_SIZE 128 +#define FILENAME_PROMPT "Filename:" #endif /*CONFIG_H_ */ |
