aboutsummaryrefslogtreecommitdiff
path: root/cmd-queue.c
Commit message (Expand)AuthorAge
...
* Save next item after firing command in case it has added to the queue.nicm2014-10-21
* Better format for printf format attributes.nicm2014-10-20
* Various minor style and spacing nits.nicm2014-09-01
* Remove the "info" message mechanism, this was only used for about fivenicm2014-04-17
* Remove unnecessary calls to va_start/va_end, from Tiago Cunha.nicm2014-01-09
* Alter how tmux handles the working directory to internally use filenicm2013-10-10
* retcode -> retval for exit message.nicm2013-10-10
* Support -c for new-session, based on code from J Raynor.nicm2013-10-10
* Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd cannicm2013-10-10
* Mark control commands specially so the client can identify them, basedNicholas Marriott2013-06-23
* Fix bug where end guard in control mode was not printed after sessionNicholas Marriott2013-04-10
* Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott2013-03-26
* Only send end guard if begin was sent, from George Nachman.Nicholas Marriott2013-03-25
* Add some additional debug logging.Nicholas Marriott2013-03-25
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24