summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-queue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move cfg_causes local into cfg.c and remove struct causelist.nicm2014-10-271-6/+5
* Save next item after firing command in case it has added to the queue.nicm2014-10-211-3/+2
* Better format for printf format attributes.nicm2014-10-201-3/+3
* Various minor style and spacing nits.nicm2014-09-011-4/+4
* Remove the "info" message mechanism, this was only used for about fivenicm2014-04-171-32/+1
* Remove unnecessary calls to va_start/va_end, from Tiago Cunha.nicm2014-01-091-5/+1
* Alter how tmux handles the working directory to internally use filenicm2013-10-101-25/+1
* retcode -> retval for exit message.nicm2013-10-101-2/+2
* Support -c for new-session, based on code from J Raynor.nicm2013-10-101-1/+25
* Make cmdq->client_exit a tristate (-1 means "not set") so that ifnicm2013-10-101-3/+3
* Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd cannicm2013-10-101-9/+9
* Mark control commands specially so the client can identify them, basednicm2013-06-231-3/+6
* Fix bug where end guard in control mode was not printed after sessionnicm2013-04-101-2/+2
* Fix compiler warnings, missing #include. From Thomas Adam.nicm2013-03-261-1/+2
* Only send end guard if begin was sent, from George Nachman.nicm2013-03-251-10/+13
* Fix a warning.nicm2013-03-251-2/+2
* Add time and a command count to control mode guards, based on code fromnicm2013-03-251-15/+26
* Add some additional debug logging.nicm2013-03-251-1/+6
* Print %%error not %%end guard on error, from George Nachman.nicm2013-03-251-3/+7
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-0/+258