1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 17:24:45 +00:00

🐛 Restoring arrow logic

This commit is contained in:
Tw93
2025-10-03 10:39:28 +08:00
parent 0a8d7a2809
commit f79ba5cfb5
2 changed files with 28 additions and 41 deletions

View File

@@ -116,8 +116,6 @@ EOF
# Main interaction loop
while true; do
# Drain any burst scroll input so only one navigation step occurs
type drain_pending_input >/dev/null 2>&1 && drain_pending_input
draw_menu
local key=$(read_key)