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
Describe the bug
Git UI crashes (with error code 101) when an overlay is open and the terminal size is small (in my case, width < 60 columns and/or height < 20 lines). Overlays I tried include the Branches and Submodules views but there may be others.
To Reproduce
Steps to reproduce the behavior:
Go to the Status tab.
Resize the terminal window till the width is less than 60 columns or height less than 20 lines.
Hit b (or whatever key) for the Branches view.
Crashes with error code 101.
Also occurs if the terminal window is resized after the overlay has been opened.
Expected behavior
The overlay should automatically readjust to fit within the terminal window, possibly by clipping it's content per line.
Context (please complete the following information):
Describe the bug
Git UI crashes (with error code 101) when an overlay is open and the terminal size is small (in my case, width < 60 columns and/or height < 20 lines). Overlays I tried include the Branches and Submodules views but there may be others.
To Reproduce
Steps to reproduce the behavior:
b
(or whatever key) for the Branches view.Also occurs if the terminal window is resized after the overlay has been opened.
Expected behavior
The overlay should automatically readjust to fit within the terminal window, possibly by clipping it's content per line.
Context (please complete the following information):
Software version
gitui 0.22.1
Operating system
Linux 5.15.94-1-MANJARO
Compile time information
Environment variables
Additional context
Relevant logs (produced with
gitui -l
):The text was updated successfully, but these errors were encountered: