plan9fox/sys/src/cmd/vt
Ori Bernstein b68b3a6e19 vt, ssh: don't send interrupts on window resize
When resizing windows, vt would signal ssh by updating
the window size and sending an interrupt. Ssh reacted
by forwarding both the winch and an interrupt.

This change adds a WINCH generation counter so that
ssh can differentiate between resizes and interrupts.
If an interrupt comes in, and the WINCH generation
changes, then the interrupt is taken as signalling a
WINCH.
2021-06-26 17:29:27 +00:00
..
cons.h vt: fix backup/forward after resize 2018-09-27 16:08:51 +02:00
fs.c vt: block when sending input to host (fixes truncated paste) 2017-10-20 20:31:30 +02:00
main.c vt, ssh: don't send interrupts on window resize 2021-06-26 17:29:27 +00:00
mkfile vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw 2017-08-20 19:22:30 +02:00
termcap Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
vt.c vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw 2017-08-20 19:22:30 +02:00