summaryrefslogtreecommitdiffstats
path: root/cmd-queue.c
AgeCommit message (Expand)Author
2016-03-28Send commands with their arguments in an arrayNicolas Viennot
2016-03-11Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-01-19Split out getting the current state from the target search so it can benicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-23Merge with latest tmuxNicolas Viennot
2015-12-16Add infrastructure to work out the best target given a pane or windownicm
2015-12-13If command returns error, report it.nicm
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-11-27Do not set a limit on the length of commands when printing them.nicm
2015-11-14Push stdout and stderr to clients more aggressively, and add an event tonicm
2015-11-12If we know the terminal outside tmux is not UTF-8, replace UTF-8 innicm
2015-10-20Use client pointer not file descriptor in logging.nicm
2015-09-16Log when cmdq_continue is called.nicm
2015-09-16Rename cmd_q dead flag to a general flags bitmask (will be more flags later).nicm
2015-06-17Break cmdq_continue inner loop into a helper function.nicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-02-12Take a reference to prevent cmdq being freed during the command. Cannicm
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-26Synchronize the list binding pane (bind-key + ?)1.8.5Nicolas Viennot
2013-06-23Mark control commands specially so the client can identify them, basedNicholas Marriott
2013-06-12Report failed commands to slaveNicolas Viennot
2013-06-11Replication of bind/unbind commandsNicolas Viennot
2013-04-10Fix bug where end guard in control mode was not printed after sessionNicholas Marriott
2013-03-26Merge branch 'obsd-master'Thomas
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
2013-03-13Only send end guard if begin was sent, from George Nachman.Nicholas Marriott
2013-03-11Fix a warning.Nicholas Marriott
2013-03-11Add time and a command count to control mode guards, based on code from GeorgeNicholas Marriott
2013-03-05Add some additional debug logging.Nicholas Marriott
2013-03-04Print %%error not %%end guard on error, from George Nachman.Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott