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