CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2010/08/11 01:34:43

Modified files:
        usr.bin/tmux   : server-client.c server-window.c tmux.h tty.c 

Log message:
Change the way backoff works. Instead of stopping reading from the pty
when the client tty backs up too much, just stop updating the tty and
only update the internal screen. Then when the tty recovers, force a
redraw.

This prevents a dodgy client from causing other clients to go into
backoff while still allowing tmux to be responsive (locally) when seeing
lots of output.

Reply via email to