From c210bb036dcb4ce2e9a276d590be815fc4b09897 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Mon, 13 Apr 2026 15:03:08 +0300 Subject: Fix the filename prompt --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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_ */ -- cgit v1.2.3