summaryrefslogtreecommitdiffstats
path: root/layout-string.c
AgeCommit message (Collapse)Author
2011-06-23PatchSet 923Nicholas Marriott
Date: 2011/06/05 11:53:05 Author: nicm Branch: HEAD Tag: (none) Log: Get rid of the layout string code which tries to walk through the layout hierarchy and instead just look at what panes are actually in the window.
2010-07-02Sync OpenBSD patchset 732:Tiago Cunha
Custom layouts. list-windows command displays the layout as a string (such as "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.
2010-01-08Sync OpenBSD patchset 603:Tiago Cunha
Fix this properly.
2010-01-08Sync OpenBSD patchset 602:Tiago Cunha
Don't return the root cell if the string doesn't match.
2009-12-10Sync OpenBSD patchset 584:Tiago Cunha
Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right pane can be identified.