summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui/cli.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/cli.sh b/src/ui/cli.sh
index 8bc18a1..9825ce5 100644
--- a/src/ui/cli.sh
+++ b/src/ui/cli.sh
@@ -95,6 +95,7 @@ cli_show_menu()
if [ ${i} -le 0 ] || [ ${i} -gt ${l} ]; then
continue
fi
+ printf '\n' >"${cli_tty}"
i=$(($i - 1))
printf '%d' "${i}"
return 0