CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/03 17:26:56
Modified files:
usr.bin/tmux : screen-write.c tty.c
Log message:
Fix some miscalculations when clearing to start of screen: the number of lines
to the cursor is cy not cy - 1, and the current cursor cell should be included.
