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
NetRunner (v2.0 beta 22 on Windows x64 as of this writing) reports it's terminal dimensions incorrectly when over SSH -- specifically as 80x48 when 80x25 is expected.
This causes issues with omitting trailing LF's at termHeight when displaying art causing the screen to drop down by one and throw positioning off.
There may be a workaround for this. Will also be reported to g00r00.
The text was updated successfully, but these errors were encountered:
I wonder if this is a timing issue. If NetRunner reports term dimensions before ready, it looks like if some combinations of both window-change and pty are called before we have self.input then we can lose a previous value of cachedTermInfo. I wonder whether its sending multiple values? Unfortunately NetRunner isn't working for me on SSH right now (wrong version of cryptlib maybe) so I can't test this myself.
NetRunner (v2.0 beta 22 on Windows x64 as of this writing) reports it's terminal dimensions incorrectly when over SSH -- specifically as 80x48 when 80x25 is expected.
This causes issues with omitting trailing LF's at
termHeight
when displaying art causing the screen to drop down by one and throw positioning off.There may be a workaround for this. Will also be reported to g00r00.
The text was updated successfully, but these errors were encountered: