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
It seems like the underlying issue is that the results from terminal::size have 1 added in each dimension, but the results from a Resize event never have anything added to them.
Describe the bug
On Windows, the Resize event yields results that are 1 less than the results from
terminal::size
.To Reproduce
terminal::size
; store resultsevent::read
and store the results of the firstEvent::Resize
terminal::size
andEvent::Resize
Expected behavior
Results from Resize events match results from
terminal::size
OS
Windows 10 (10.0.19044 Build 19044)
Terminal/Console
CMD, PowerShell, and Windows Terminal
The text was updated successfully, but these errors were encountered: