CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/14 13:03:16
Modified files:
usr.bin/tmux : screen-redraw.c server.c status.c tmux.h
Log message:
Instead of faking up a status line in status_redraw, use the same code to
redraw it as to draw the entire screen, just skip all lines but the last.
This makes horizontal split redraw properly when the status line is off.
