mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 22:10:03 +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
|
# Main interaction loop
|
||||||
while true; do
|
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
|
draw_menu
|
||||||
local key=$(read_key)
|
local key=$(read_key)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user