Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Better error messages for fork. | Nicholas Marriott | 2009-01-23 |
| | |||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 |
| | | | | command line. | ||
* | Rename some flags I'm not happy about. | Nicholas Marriott | 2009-01-14 |
| | |||
* | Multiple window splitting. | Nicholas Marriott | 2009-01-14 |
| | |||
* | kill-pane command. | Nicholas Marriott | 2009-01-13 |
| | |||
* | Make the window pane code handle panes of different sizes, and add a -l and ↵ | Nicholas Marriott | 2009-01-12 |
| | | | | -p arguments to split-window to specify the new window size in lines or as a percentage. | ||
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵ | Nicholas Marriott | 2009-01-11 |
| | | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit). | ||
* | Pick up cwd from environment,. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Rename some functions. | Nicholas Marriott | 2008-09-10 |
| | |||
* | Fill in $TMUX. | Nicholas Marriott | 2008-07-01 |
| | |||
* | Set up environ properly. | Nicholas Marriott | 2008-06-30 |
| | |||
* | Don't copy default command, use NULL if specified to use previous command. | Nicholas Marriott | 2008-06-30 |
| | |||
* | Zombie windows, requested by Will Maier. | Nicholas Marriott | 2008-06-29 |