You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nottui.Ui_loop: add option to opt-out of default quit bindings in run
By default, [Nottui.Ui_loop.run] quits whenever the user types [Ctrl+Q] and [Escape].
There was previously no way to opt-out of this, and since the [run] loop intercepts
all key events, this meant that there was no way to rebind [Escape] to other actions
when using [run].
0 commit comments