CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/06/29 15:30:50
Modified files:
usr.bin/tmux : screen-write.c grid-view.c
Log message:
Fix two errors with character/line insertion and deletion: the maximum number
of characters which may be inserted or deleted is the screen width, not one
less (and similarly for lines and height); and if characters or lines are
deleted by moving the ones that follow, the space at the end needs to be
cleared.
This appears to solve long-standing redraw issues most visible when using the
force-width option then scrolling in view(1) or unwrapping lines in emacs.