CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/09/28 02:30:44
Modified files: usr.bin/tmux : server-client.c tmux.h window.c Log message: Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered with SIGWINCH when the size changes rapidly. To help a problem reported by Rui Pinheiro.