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.run could provide an easy way to combine the default behavior ("quit on escape") with custom behavior (like a quit button).
For that I think it could take an optional bool Lwd.var instead of a bool Lwd.t, and add the escape behavior on top of that?
The text was updated successfully, but these errors were encountered:
Nottui.Ui_loop.run
could provide an easy way to combine the default behavior ("quit on escape") with custom behavior (like a quit button).For that I think it could take an optional
bool Lwd.var
instead of abool Lwd.t
, and add the escape behavior on top of that?The text was updated successfully, but these errors were encountered: