aboutsummaryrefslogtreecommitdiff
path: root/cmd-command-prompt.c
Commit message (Collapse)AuthorAge
* And another memory leak.Nicholas Marriott2009-02-16
|
* Memory leak.Nicholas Marriott2009-02-16
|
* Move status prompt/message init and teardown into status.c.Nicholas Marriott2009-02-13
|
* move-window bound to ., from joshe.Nicholas Marriott2009-01-30
|
* Pass return code from _exec; allow command sequences to work from the ↵Nicholas Marriott2009-01-19
| | | | command line.
* find-window command.Nicholas Marriott2009-01-18
|
* Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott2009-01-18
|
* Rename some flags I'm not happy about.Nicholas Marriott2009-01-14
|
* command-prompt now accepts a single argument, a template string. Any ↵Nicholas Marriott2009-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 Marriott2009-01-11
|
* Trim.Nicholas Marriott2008-09-26
|
* Environment variables in configuration file.Nicholas Marriott2008-07-25
|
* Oops, forgot to commit move-window. Also add select-prompt to allow index to ↵Nicholas Marriott2008-06-25
| | | | be typed.
* Lose unnecessary flags on context.Nicholas Marriott2008-06-21
|
* Handle commented lines.Nicholas Marriott2008-06-19
|
* Command prompt for interactive commands.Nicholas Marriott2008-06-19