oligot / go-mod-upgrade

Update outdated Go dependencies interactively
MIT License
954 stars 45 forks source link

Display problems on MacOS Terminal #51

Open tlimoncelli opened 7 months ago

tlimoncelli commented 7 months ago

The TUI doesn't display properly on a MacOS Terminal.app window.

If you press cursor-down a few times it resets itself.

$ echo $TERM
xterm-256color

Here is what it looks like on startup:

screencapture_2024-03-25_09 23 37

Press cursor-down once and it looks like:

screencapture_2024-03-25_09 23 44

Press cursor-down again:

screencapture_2024-03-25_09 23 48

Now it is reset and the display works as expected from there.

oligot commented 7 months ago

Yeah, resizing the terminal doesn't currently work as excepted. PR are always welcomed to fix those issues ;-)

tlimoncelli commented 7 months ago

On MacOS it doesn't display even without resizing.

Am I the only person with this problem or do other mac users see the same thing?