CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/12 09:43:51
Modified files:
usr.bin/tmux : screen-write.c
Log message:
Fix a couple of problems with insert mode: flush dirty cells before we
modify the screen, not after; and use grid_view_insert_cells to make
space not grid_move_cells.
