Always call handle_key to allow scroll during processing

This commit is contained in:
Dita Aji Pratama 2026-05-19 11:38:13 +07:00
parent 5e8976405b
commit 1f036e06a2

View File

@ -65,5 +65,4 @@ class HendrikTUI:
key = stdscr.getch() key = stdscr.getch()
except KeyboardInterrupt: except KeyboardInterrupt:
break break
if not self.processing:
handle_key(self, stdscr, key) handle_key(self, stdscr, key)