CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/01 03:43:01
Modified files:
usr.bin/tmux : client.c cmd-capture-pane.c cmd-new-session.c
cmd-queue.c control.c input.c server-client.c
server.c tmux.h window-client.c window.c
Log message:
Instead of sending all data to control mode clients as fast as possible,
add a limit of how much data will be sent to the client and try to use
it for panes with some degree of fairness. GitHub issue 2217, with
George Nachman.
