CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2011/07/08 15:51:41
Modified files: usr.bin/tmux : screen-redraw.c server-client.c Log message: Do not continue to send data to suspended/locked clients or there will be a huge rush of it after they are resumed/unlocked. The main output path was fine but status line updates and the terminal state reset code were missed.