Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | And another memory leak. | Nicholas Marriott | 2009-02-16 |
| | |||
* | Memory leak. | Nicholas Marriott | 2009-02-16 |
| | |||
* | Move status prompt/message init and teardown into status.c. | Nicholas Marriott | 2009-02-13 |
| | |||
* | move-window bound to ., from joshe. | Nicholas Marriott | 2009-01-30 |
| | |||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 |
| | | | | command line. | ||
* | find-window command. | Nicholas Marriott | 2009-01-18 |
| | |||
* | Support command sequences separated by " ; ". Also clean up command printing. | Nicholas Marriott | 2009-01-18 |
| | |||
* | Rename some flags I'm not happy about. | Nicholas Marriott | 2009-01-14 |
| | |||
* | command-prompt now accepts a single argument, a template string. Any ↵ | Nicholas Marriott | 2009-01-13 |
| | | | | | | | | | | | occurrences of %% in this string are replaced by whatever is entered at the prompt and the result is executed as a command. This allows things like (now bound by default): bind , command-prompt "rename-window %%" Or my favourite: bind x command-prompt "split-window 'man %%'" | ||
* | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 |
| | |||
* | Trim. | Nicholas Marriott | 2008-09-26 |
| | |||
* | Environment variables in configuration file. | Nicholas Marriott | 2008-07-25 |
| | |||
* | Oops, forgot to commit move-window. Also add select-prompt to allow index to ↵ | Nicholas Marriott | 2008-06-25 |
| | | | | be typed. | ||
* | Lose unnecessary flags on context. | Nicholas Marriott | 2008-06-21 |
| | |||
* | Handle commented lines. | Nicholas Marriott | 2008-06-19 |
| | |||
* | Command prompt for interactive commands. | Nicholas Marriott | 2008-06-19 |