summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/layout-custom.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of short (< 4 character) checksums and a bug with parsingnicm2013-03-251-4/+7
| | | | old-style custom layouts. Based on fix from Chris Johnsen.
* Add notify hooks for various events, the functions are currently emptynicm2012-03-171-1/+3
| | | | stubs but will be filled in for control mode later. From George Nachman.
* Check for the right return value from sscanf.nicm2012-02-051-2/+2
|
* Add pane id to each pane in layout description (while still acceptingnicm2012-01-301-4/+15
| | | | the old form). Based on diff from George Nachman.
* Get rid of the layout string code which tries to walk through the layoutnicm2011-06-051-1/+12
| | | | hierarchy and instead just look at what panes are actually in the window.
* Custom layouts. list-windows command displays the layout as a string (such asnicm2010-06-291-0/+264
"bb62,159x48,0,0{79x48,0,0,79x48,80,0}") and it can be applied to another window (with the same number of panes or fewer) using select-layout.