-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stty size not updated on macOS #1327
Comments
HI @jfmc thanks for reporting this. I confirm the columns are not getting updated. When increasing them, this results in the same thing that is described in #1326. A different solution will be needed though. For now, |
Thanks @ricab! Resizing a terminal with an open
|
1354: unix_console: Better handle SIGWINCH r=Saviq a=townsend2010 On OSX, SIGWINCH is ignored by default and thus, the way the console code was waiting on the signal, it was never being delivered and the console size would never change. Since OSX and Linux handle the console code the same, this change is for both platforms. Fixes #1327 Co-authored-by: Chris Townsend <[email protected]>
1354: unix_console: Better handle SIGWINCH r=Saviq a=townsend2010 On OSX, SIGWINCH is ignored by default and thus, the way the console code was waiting on the signal, it was never being delivered and the console size would never change. Since OSX and Linux handle the console code the same, this change is for both platforms. Fixes #1327 Co-authored-by: Chris Townsend <[email protected]>
On OSX, SIGWINCH is ignored by default and thus, the way the console code was waiting on the signal, it was never being delivered and the console size would never change. Since OSX and Linux handle the console code the same, this change is for both platforms. Fixes #1327
When resizing a terminal window (both Terminal.app and iTerm2), the value returned by
stty size
is not updated w.r.t. the initial value when it is run from amultipass shell
.The text was updated successfully, but these errors were encountered: