aboutsummaryrefslogtreecommitdiff
path: root/layout-string.c
Commit message (Collapse)AuthorAge
* PatchSet 923Nicholas Marriott2011-06-23
| | | | | | | | | | | | 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.
* Sync OpenBSD patchset 732:Tiago Cunha2010-07-02
| | | | | | | 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.
* Sync OpenBSD patchset 603:Tiago Cunha2010-01-08
| | | | | Fix this properly.
* Sync OpenBSD patchset 602:Tiago Cunha2010-01-08
| | | | | Don't return the root cell if the string doesn't match.
* Sync OpenBSD patchset 584:Tiago Cunha2009-12-10
Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right pane can be identified.