summaryrefslogtreecommitdiffstats
path: root/cmd-queue.c
AgeCommit message (Expand)Author
2015-02-05There is no need to save the guard state because the function checks itnicm
2014-10-27Move cfg_causes local into cfg.c and remove struct causelist.nicm
2014-10-21Save next item after firing command in case it has added to the queue.nicm
2014-10-20Better format for printf format attributes.nicm
2014-09-01Various minor style and spacing nits.nicm
2014-04-17Remove the "info" message mechanism, this was only used for about fivenicm
2014-01-09Remove unnecessary calls to va_start/va_end, from Tiago Cunha.nicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10retcode -> retval for exit message.nicm
2013-10-10Support -c for new-session, based on code from J Raynor.nicm
2013-10-10Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd cannicm
2013-06-23Mark control commands specially so the client can identify them, basedNicholas Marriott
2013-04-10Fix bug where end guard in control mode was not printed after sessionNicholas Marriott
2013-03-26Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott
2013-03-25Only send end guard if begin was sent, from George Nachman.Nicholas Marriott
2013-03-25Add some additional debug logging.Nicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott