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
Running catalog app on windows terminals misses menubar. As seen from screenshot it looks like it's off vertically by one line.
Notice empty line at bottom. Logs shows that everything is drawn in correct positions so issue may be somewhere within jline's windows related terminal classes. Almost feels like one extra line is always drawn thus moving everything up one line thus menubar goes off screen.
This is same on cmd and powershell. Using jna vs. jansi doesn't make difference.
The text was updated successfully, but these errors were encountered:
If I modify that particular section so that last row will not write that extra space and backspace things on a screen will look normal. This section looks to be executed on windows but not sure on what terminals will also get there.
As short term we could fork jline's Display class and experiment fix and then try to contribute back to jline.
Running catalog app on windows terminals misses menubar. As seen from screenshot it looks like it's off vertically by one line.
Notice empty line at bottom. Logs shows that everything is drawn in correct positions so issue may be somewhere within jline's windows related terminal classes. Almost feels like one extra line is always drawn thus moving everything up one line thus menubar goes off screen.
This is same on cmd and powershell. Using jna vs. jansi doesn't make difference.
The text was updated successfully, but these errors were encountered: