unix-thrust / beurk

BEURK Experimental Unix RootKit
GNU General Public License v3.0
363 stars 94 forks source link

handle remote terminal size on client #39

Open nil0x42 opened 9 years ago

nil0x42 commented 9 years ago

our client is actually a simple raw tty i/o loop, the remote terminal is not aware of client tty size.

we might implement some kind of protocol in order to transmit SIGWINCH and update remote tty size in real time.