Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling of short (< 4 character) checksums and a bug with parsing | 2013-03-25 | 1 | -4/+7 | |
| | | | | old-style custom layouts. Based on fix from Chris Johnsen. | ||||
* | Add notify hooks for various events, the functions are currently empty | 2012-03-17 | 1 | -1/+3 | |
| | | | | stubs but will be filled in for control mode later. From George Nachman. | ||||
* | Check for the right return value from sscanf. | 2012-02-05 | 1 | -2/+2 | |
| | |||||
* | Add pane id to each pane in layout description (while still accepting | 2012-01-30 | 1 | -4/+15 | |
| | | | | the old form). Based on diff from George Nachman. | ||||
* | Get rid of the layout string code which tries to walk through the layout | 2011-06-05 | 1 | -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 as | 2010-06-29 | 1 | -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. |