1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:39:42 +00:00

chore: drain pending input in paginated menu loop to mirror analyze behavior

This commit is contained in:
Tw93
2025-10-02 19:40:36 +08:00
parent 41088a0637
commit 9449921842

View File

@@ -116,6 +116,8 @@ 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)