CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/11 13:09:24
Modified files:
usr.bin/tmux : window-copy.c
Log message:
Copy was using the real line length which after resize can be larger than the
screen width. When built with -DDEBUG, this made the grid bounds checking code
kill the server. Restrict copying to the actual width.
>From Kalle Olavi Niemitalo, thanks.
