Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Allow switching to hidden windows (for active-only layout). | Nicholas Marriott | 2009-04-01 |
| | | | | | - Don't update unnecessarily for other layouts when changing active pane doesn't matter. | ||
* | Basic horizontal splitting and layout management. Still some redraw and other | Nicholas Marriott | 2009-04-01 |
| | | | | | | | | | | | issues - particularly, don't mix with manual pane resizing and be careful when viewing from multiple clients; generally cycling the layout a few times will fix most problems. Getting this in for testing while I think about how to deal with manual mode. Split window as normal and cycle the layouts with C-b space. Some of the layouts will work better when swap-pane comes along. | ||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 |
| | | | | command line. | ||
* | switch-pane is now select-pane. | Nicholas Marriott | 2009-01-14 |