CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/17 12:35:11
Modified files: usr.bin/tmux : screen.c Log message: When resizing a screen smaller in alternate screen mode, all the lines needed could be consumed by deleting from the bottom, leaving none to be removed from the top. In this case, don't call grid_view_delete_lines with ny of 0 as this is incorrect and causes a bounds check to fatal error if built with -DDEBUG.