summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-queue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ignore running command when checking for no-hooks flag if it is blocked.nicm2020-11-301-2/+6
* Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-271-2/+2
* Instead of sending all data to control mode clients as fast as possible,nicm2020-06-011-4/+7
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-161-2/+2
* Add a client flag 'active-pane' which stores the active pane in thenicm2020-05-161-2/+2
* Expand target from client and use it to expand the prompt.nicm2020-05-161-3/+2
* Support embedded styles in the display-message message, GitHub issuenicm2020-05-161-2/+2
* Change message log to be per server rather than per client and includenicm2020-05-161-1/+26
* Add formats for after hook command arguments.nicm2020-05-161-2/+39
* Fix a couple of memory leaks, one when creating a new pane and one whennicm2020-04-231-3/+7
* Provide an accessor for the running queue item and use it to not letnicm2020-04-141-11/+27
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-131-5/+34
* When adding a list of commands to the queue, instead of automaticallynicm2020-04-131-64/+108
* Move cmdq_state into cmd-queue.c.nicm2020-04-131-10/+40
* Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-131-32/+32
* Store a key event not a mouse event in the shared data.nicm2020-04-131-3/+6
* Move the NOHOOKS flag into the shared flags.nicm2020-04-131-7/+9
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-131-6/+113
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-131-14/+21
* Now that copy mode copies the pane content rather than keeping anicm2020-04-101-3/+5
* Stop logging the entire command queue every time we add something,nicm2020-04-031-9/+1
* Send errors to stdout in control mode so they don't get reordered withnicm2020-01-051-2/+5
* When adding a list with multiple commands to the queue, the next item tonicm2019-12-191-8/+17
* Use the message that has already been built rather than the va_list.nicm2019-12-171-2/+2
* Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-121-21/+15
* Set up format tree for %if, GitHub issue 1896.nicm2019-09-101-2/+1
* Add a cmdq_continue function rather than twiddling the flag directly.nicm2019-06-181-1/+8
* Fix warnings, from Ben Boeckel.nicm2019-05-311-2/+2
* The line number needs to be updated only after the \n is processed bynicm2019-05-291-9/+21
* Client name can actually be NULL, so use address in that case.nicm2019-05-251-2/+5
* Use client name when logging command queue.nicm2019-05-251-3/+3
* Don't remove group items for group 0 (no group).nicm2019-05-231-1/+3
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-231-12/+4
* Replace the various identical error callbacks with a single one in cmd-queue.c.nicm2019-05-201-1/+20
* Move the single command flag (CMD_CONTROL) into the shared flags.nicm2019-05-181-2/+3
* Insert after the right element on queue.nicm2019-05-031-1/+2
* Correct ordering when adding after an existing item.nicm2019-05-031-16/+10
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-261-2/+56
* Break new window and pane creation common code from various commands andnicm2019-04-171-2/+2
* Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-121-8/+8
* Make the mode used to view command output (a variant of copy mode) usenicm2019-03-081-8/+11
* Tidy changing the mode into window_copy_init_for_output.nicm2019-03-071-7/+2
* Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-301-2/+2
* Tweak some logging.nicm2017-06-161-1/+3
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-2/+3
* In order that people can use formats like #D in #() in the status linenicm2017-05-011-2/+2
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-12/+32
* Log error properly when no current state, and some other minor tweaks.nicm2017-04-211-4/+4
* Clear shared state if not filling it in.nicm2017-04-211-1/+4
* Make the cmd_find_* functions more obvious when looking for a client,nicm2017-04-211-5/+6