sjmulder / trickle

600 baud pipe and terminal.
BSD 2-Clause "Simplified" License
106 stars 5 forks source link

terminal resizing #6

Open ndoogan opened 4 years ago

ndoogan commented 4 years ago

This is awesome. I currently use it strictly for nostalgia with some terminal software I use daily.

An issue I noticed is that tritty doesn't seem to appreciate terminal size changes. E.g., if I'm connected with putty, using tritty, and I resize the window, the terminal disconnects and disappears immediately.

sjmulder commented 4 years ago

It's supposed to catch window size changes through the SIGWINCH signal.. I'll have a look. In the meantime, can you tell what OS you're SSH-ing to?

ndoogan commented 4 years ago

Thanks for your response! Here's the 'uname -a' output. I'm happy to provide other information. I run the machine.

Linux doogan.us 3.16.0-10-amd64 #1 SMP Debian 3.16.76-1 (2019-11-12) x86_64 GNU/Linux