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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user