From f85d1af121f3009ee823d68091303e1862451caa Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sun, 31 May 2026 00:00:48 +0800 Subject: fix new directory mode text --- sfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfm b/sfm index aad0ae1..e5ee6ef 100755 --- a/sfm +++ b/sfm @@ -1367,7 +1367,7 @@ do_rename() { do_mkdir() { goto "$(term_rows)" 1 - printf '%s%s New dir name (esc=cancel): %s' "${ERASE_LINE}" "${CYAN}${BOLD}" "${RESET}" + printf '%s%s Directory name: %s' "${ERASE_LINE}" "${CYAN}${BOLD}" "${RESET}" if read_line && [ -n "$READ_LINE" ]; then mkdir -p "${CWD}/${READ_LINE}" load_entries -- cgit v1.2.3