Problems with screen size
Brought to you by:
guyro
uniread doesn't do anything about the screen size. If you are
working in a non-80x24 screen and you start a command like vi,
then vi starts with a resolution of 80x24.
I tried using $pty->slave->clone_winsize_from(\*STDIN); after the
line where the slave is made master-controller and set up a signal
handler - which almost worked (thus no patch - feel free to ask)
Logged In: YES
user_id=743899
Hi Steve,
Could you elaborate on the attempted fix and say what did
and didn't work about it?
- Guy