plan9fox/sys
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
..
doc
games/lib fortunes: That depends on how you define native. -- Andre Garzia 2021-02-09 23:11:08 -05:00
include thread.h: threadnonotes does not exist 2021-06-20 14:55:13 +00:00
lib troff: fix mangled fonts and character files 2021-06-15 16:13:59 +00:00
man tmdate(2): "ttt" is a valid format too, mention it 2021-06-23 08:07:16 +00:00
src vt, ssh: don't send interrupts on window resize 2021-06-26 17:29:27 +00:00