summaryrefslogtreecommitdiffstats
path: root/cmd-queue.c
AgeCommit message (Expand)Author
2020-11-30Ignore running command when checking for no-hooks flag if it is blocked.nicm
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atnicm
2020-06-01Instead of sending all data to control mode clients as fast as possible,nicm
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagnicm
2020-05-16Add a client flag 'active-pane' which stores the active pane in thenicm
2020-05-16Expand target from client and use it to expand the prompt.nicm
2020-05-16Support embedded styles in the display-message message, GitHub issuenicm
2020-05-16Change message log to be per server rather than per client and includenicm
2020-05-16Add formats for after hook command arguments.nicm
2020-04-23Fix a couple of memory leaks, one when creating a new pane and one whennicm
2020-04-14Provide an accessor for the running queue item and use it to not letnicm
2020-04-13Make client -c and -t handling common in cmd-queue.c and try to benicm
2020-04-13When adding a list of commands to the queue, instead of automaticallynicm
2020-04-13Move cmdq_state into cmd-queue.c.nicm
2020-04-13Rename cmdq_shared to cmdq_state which will better reflect what it isnicm
2020-04-13Store a key event not a mouse event in the shared data.nicm
2020-04-13Move the NOHOOKS flag into the shared flags.nicm
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2020-04-10Now that copy mode copies the pane content rather than keeping anicm
2020-04-03Stop logging the entire command queue every time we add something,nicm
2020-01-05Send errors to stdout in control mode so they don't get reordered withnicm
2019-12-19When adding a list with multiple commands to the queue, the next item tonicm
2019-12-17Use the message that has already been built rather than the va_list.nicm
2019-12-12Rewrite the code for reading and writing files. Now, if the client isnicm
2019-09-10Set up format tree for %if, GitHub issue 1896.nicm
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.nicm
2019-05-31Fix warnings, from Ben Boeckel.nicm
2019-05-29The line number needs to be updated only after the \n is processed bynicm
2019-05-25Client name can actually be NULL, so use address in that case.nicm
2019-05-25Use client name when logging command queue.nicm
2019-05-23Don't remove group items for group 0 (no group).nicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.nicm
2019-05-18Move the single command flag (CMD_CONTROL) into the shared flags.nicm
2019-05-03Insert after the right element on queue.nicm
2019-05-03Correct ordering when adding after an existing item.nicm
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptnicm
2019-03-08Make the mode used to view command output (a variant of copy mode) usenicm
2019-03-07Tidy changing the mode into window_copy_init_for_output.nicm
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-06-16Tweak some logging.nicm
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-05-01In order that people can use formats like #D in #() in the status linenicm
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-04-21Log error properly when no current state, and some other minor tweaks.nicm
2017-04-21Clear shared state if not filling it in.nicm
2017-04-21Make the cmd_find_* functions more obvious when looking for a client,nicm