CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/13 10:24:33
Modified files:
usr.bin/tmux : screen-write.c
Log message:
It was originally intended that scroll mode would show content that was
currently off-screen due to resize, but somewhere along the way this got
lost. Restore this behaviour to scroll mode by fixing screen_write_copy to read
up to the saved line length rather than the current screen width. Copy mode
remains unaltered for now.
