CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/14 01:23:36
Modified files: usr.bin/tmux : cmd-down-pane.c cmd-rotate-window.c cmd-select-pane.c cmd-swap-pane.c cmd-up-pane.c layout-manual.c layout.c resize.c screen-redraw.c tmux.h tty-write.c window.c Log message: Get rid of the PANE_HIDDEN flag in favour of a function, and moving the decision for whether or not a pane should be drawn out of the layout code and into the redraw code. This is needed for the new layout design, getting it in now to make that easier to work on.