Page MenuHomeFreeBSD

Add resizewin -z.
ClosedPublic

Authored by trasz on May 7 2017, 5:26 PM.
Tags
None
Referenced Files
F82437935: D10637.diff
Sun, Apr 28, 4:21 PM
Unknown Object (File)
Dec 26 2023, 5:08 AM
Unknown Object (File)
Dec 22 2023, 10:31 PM
Unknown Object (File)
Dec 10 2023, 8:48 PM
Unknown Object (File)
Nov 18 2023, 7:27 AM
Unknown Object (File)
Sep 12 2023, 6:22 AM
Unknown Object (File)
Aug 25 2023, 7:21 AM
Unknown Object (File)
Aug 21 2023, 9:46 AM
Subscribers

Details

Summary

Add resizewin -z. It makes resizewin not do anything if the terminal
size is already set to something other than zero. It's supposed to be
called from eg /etc/profile - it's not neccessary to query terminal
size when logging in over the network, because the protocol used already
takes care of this, but it's neccessary when logging over a serial line.

Diff Detail