fe
terminal file explorer and picker
git clone https://9o.is/git/fe.git
commit 53e2d88012681add15c52253a41fe1a1f087b21f parent 337ce86ac7338a4efb6e73c6dc4f5ddaffec0a20 Author: Jul <jul@9o.is> Date: Tue, 27 Jan 2026 02:06:06 -0500 do not clear screen on remove confirmation Diffstat:
| M | tty_interface.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/tty_interface.c b/tty_interface.c @@ -38,7 +38,6 @@ static int confirm_remove(tty_interface_t *state, const char *name) { strlcat(fullpath, name, sizeof(fullpath)); } - clear(state); tty_unhide_cursor(tty); tty_setcol(tty, 0); tty_printf(tty, "Remove '%s'? [y/N] ", fullpath);