aboutsummaryrefslogtreecommitdiff
path: root/layout.c
Commit message (Expand)AuthorAge
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Fix some indentation.Nicholas Marriott2012-04-01
* Fix option name.Nicholas Marriott2012-04-01
* Add a layout history which can be stepped through with select-layout -uNicholas Marriott2012-04-01
* Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
* Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott2012-03-03
* Add an option to move the status line to the top of the screen,Nicholas Marriott2012-01-29
* Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott2011-05-08
* Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott2010-06-29
* New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott2010-01-07
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Improved layout code.Nicholas Marriott2009-07-19
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott2009-07-14
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01