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
At the moment, detecting the terminal size is just done by piping to the stty command, which isn't present on Windows and probably countless other systems. I'd like to do better than that.
At the moment, detecting the terminal size is just done by piping to the
sttycommand, which isn't present on Windows and probably countless other systems. I'd like to do better than that.