mirror of https://codeberg.org/cage/tinmop/
- [TUI] added 'C-g' keybinding to close the blocking dialog window.
This commit is contained in:
parent
1f02511525
commit
6472ede4b0
|
@ -548,7 +548,8 @@ will fire the `callback' function (with the selected field from `all-fields'
|
|||
(draw)
|
||||
(loop named inner
|
||||
for c = (tui:decode-key-event (c:get-wide-event low-level-window))
|
||||
while (string/= c "q")
|
||||
while (and (string/= c "q")
|
||||
(string/= c "^G"))
|
||||
do
|
||||
(cond
|
||||
((string= c :key-arrow-up)
|
||||
|
|
Loading…
Reference in New Issue