CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/14 18:49:08
Modified files:
usr.bin/tmux : grid.c screen-write.c screen.c tmux.h tty.c
Log message:
Don't update cells in each block of data read from a pane immediately,
instead track them as change (dirty) and update them once at the end,
saves much time if repeatedly writing the same cell. Also fix comparison
of cells being equal in a few places (memcmp is not enough).
