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
On UNIX platforms, we call update_window_size when a SIGWINCH signal is received.
Similarly, we should update the window size on Windows when the console is resized.
On UNIX platforms, we call
update_window_sizewhen aSIGWINCHsignal is received.Similarly, we should update the window size on Windows when the console is resized.