Always call handle_key to allow scroll during processing
This commit is contained in:
parent
5e8976405b
commit
1f036e06a2
@ -65,5 +65,4 @@ class HendrikTUI:
|
||||
key = stdscr.getch()
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
if not self.processing:
|
||||
handle_key(self, stdscr, key)
|
||||
handle_key(self, stdscr, key)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user