summaryrefslogtreecommitdiffstats
path: root/layout-custom.c
AgeCommit message (Collapse)Author
2013-03-25Fix handling of short (< 4 character) checksums and a bug with parsingNicholas Marriott
old-style custom layouts. Based on fix from Chris Johnsen.
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
stubs but will be filled in for control mode later. From George Nachman.
2012-02-05Check for the right return value from sscanf.Nicholas Marriott
2012-01-30Add pane id to each pane in layout description (while still acceptingNicholas Marriott
the old form). Based on diff from George Nachman.
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
hierarchy and instead just look at what panes are actually in the window.
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott
"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.