fe

terminal file explorer and picker

git clone https://9o.is/git/fe.git

commit ebe98906ba4c7dbb4ff319e1d6d676eb2cf4260c
parent 6f4c78fff5a33afee7f2a1aa25f997d3507ecb96
Author: Jul <jul@9o.is>
Date:   Tue, 20 Jan 2026 13:28:54 -0500

unhide cursor before running action

Diffstat:
Mtty_interface.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tty_interface.c b/tty_interface.c @@ -242,6 +242,7 @@ void action_run(tty_interface_t *state, const char *argv) { snprintf(input, input_len, argv, state->entries->path, entry->name); clear(state); + tty_unhide_cursor(state->tty); xspawn(input, NULL, EXEC_SHELL, NULL, 0); free(input);