CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/05/09 07:04:36

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

Log message:
If the current screen was complex enough, it was possible to make redraw
itself hit the "terminal can't keep up" check. To avoid this, record how
much data we send during redraw (we know we will be starting with 0) and
skip the check until it has been flushed. GitHub issue 912.

Reply via email to