aboutsummaryrefslogtreecommitdiff
path: root/cmd-command-prompt.c
Commit message (Expand)AuthorAge
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Fix error reporting for client commands by adding a flag to cmd_find_client toNicholas Marriott2013-02-22
* Need to set clients in context before changing their reference count.Nicholas Marriott2013-02-20
* Remove unnecessary initializers of cmd_ctx.Nicholas Marriott2013-02-18
* Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott2013-02-18
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 934:Tiago Cunha2011-07-08
* Sync OpenBSD patchset 928:Tiago Cunha2011-07-04
* Sync OpenBSD patchset 927:Tiago Cunha2011-07-03
* Sync OpenBSD patchset 917:Tiago Cunha2011-05-22
* Sync OpenBSD patchset 832:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 697:Tiago Cunha2010-05-14
* Sync OpenBSD patchset 539:Tiago Cunha2009-11-14
* Sync OpenBSD patchset 342:Tiago Cunha2009-09-22
* Sync OpenBSD patchset 294:Tiago Cunha2009-08-25
* Sync OpenBSD patchset 289:Tiago Cunha2009-08-24
* Sync OpenBSD patchset 276:Tiago Cunha2009-08-20
* Sync OpenBSD patchset 261:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 145:Tiago Cunha2009-07-20
* Memory could be leaked if a second prompt or message appeared while another wasNicholas Marriott2009-07-17
* Make status_message_set a variadic printf-like function. No functional change -Nicholas Marriott2009-07-15
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-14
* 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 command...Nicholas Marriott2009-01-19
* 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 occurren...Nicholas Marriott2009-01-13
* 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
* 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