aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-13 15:03:08 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-13 15:03:08 +0300
commitc210bb036dcb4ce2e9a276d590be815fc4b09897 (patch)
tree2aa7c6859e759630a53d571d81ccfab9f578f80b /config.h
parent8f2c31afbc61160ca024f2a036e48b06fdd49881 (diff)
downloadastar-c210bb036dcb4ce2e9a276d590be815fc4b09897.tar.xz
Fix the filename prompt
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 581c6c6..f435d7d 100644
--- a/config.h
+++ b/config.h
@@ -19,5 +19,6 @@
#define CURSOR_CHAR_2 '>'
#define FILENAME_BUF_SIZE 128
+#define FILENAME_PROMPT "Filename:"
#endif /*CONFIG_H_ */