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
ui: Make ZT go to into autohide mode if terminal is small.
This commit makes ZT go into autohide mode when terminal width is
smaller than MINNORMALWIDTH. This makes the ZT more readable in a
small terminal.
To do so this makes use of urwid's render method to get maxcols, a
Literal `self.mode` which takes values "small", "normal" and "wide"
and existing `show_left_panel` and `show_right_panel` methods with
small changes.
0 commit comments