diff options
| author | emmett1 <me@emmett1.my> | 2026-05-30 23:59:28 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-30 23:59:28 +0800 |
| commit | 308637d874b8b7d3daf37418a12f04713cc31ef4 (patch) | |
| tree | 368709b5bb275b5acf64511031e4eb39d84ff5a7 | |
| parent | aaf7fd829da1c021698285d8322c609f71bd3255 (diff) | |
| download | sfm-308637d874b8b7d3daf37418a12f04713cc31ef4.tar.gz sfm-308637d874b8b7d3daf37418a12f04713cc31ef4.zip | |
fix new file mode text
| -rwxr-xr-x | sfm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -835,7 +835,7 @@ do_open_with() { do_newfile() { goto "$(term_rows)" 1 - printf '%s%s New file name (esc=cancel): %s' "${ERASE_LINE}" "${WHITE}${BOLD}" "${RESET}" + printf '%s%s File name: %s' "${ERASE_LINE}" "${WHITE}${BOLD}" "${RESET}" if read_line && [ -n "$READ_LINE" ]; then touch "${CWD}/${READ_LINE}" load_entries |