aboutsummaryrefslogtreecommitdiff
path: root/layout-custom.c
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 1069:Tiago Cunha2012-03-18
| | | | | | Add notify hooks for various events, the functions are currently empty stubs but will be filled in for control mode later. From George Nachman.
* Sync OpenBSD patchset 1026:Tiago Cunha2012-02-15
| | | | | Check for the right return value from sscanf.
* Sync OpenBSD patchset 1020:Tiago Cunha2012-01-31
| | | | | | Add pane id to each pane in layout description (while still accepting the old form). Based on diff from George Nachman.
* 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.