Age | Commit message (Expand) | Author |
2020-04-14 | Provide an accessor for the running queue item and use it to not let | Nicholas Marriott |
2020-04-13 | Make client -c and -t handling common in cmd-queue.c and try to be | Nicholas Marriott |
2020-04-13 | When adding a list of commands to the queue, instead of automatically | Nicholas Marriott |
2020-04-13 | Move cmdq_state into cmd-queue.c. | Nicholas Marriott |
2020-04-13 | Rename cmdq_shared to cmdq_state which will better reflect what it is | Nicholas Marriott |
2020-04-13 | Store a key event not a mouse event in the shared data. | Nicholas Marriott |
2020-04-13 | Move the NOHOOKS flag into the shared flags. | Nicholas Marriott |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-13 | Make struct cmd local to cmd.c and move it out of tmux.h. | Nicholas Marriott |
2020-04-10 | Now that copy mode copies the pane content rather than keeping a | Nicholas Marriott |
2020-04-03 | Stop logging the entire command queue every time we add something, | Nicholas Marriott |
2020-01-05 | Send errors to stdout in control mode so they don't get reordered with | Nicholas Marriott |
2019-12-19 | When adding a list with multiple commands to the queue, the next item to | Nicholas Marriott |
2019-12-17 | Use the message that has already been built rather than the va_list. | Nicholas Marriott |
2019-12-12 | Rewrite the code for reading and writing files. Now, if the client is | Nicholas Marriott |
2019-09-10 | Set up format tree for %if, GitHub issue 1896. | Nicholas Marriott |
2019-06-18 | Add a cmdq_continue function rather than twiddling the flag directly. | Nicholas Marriott |
2019-05-31 | Fix warnings, from Ben Boeckel. | Nicholas Marriott |
2019-05-29 | The line number needs to be updated only after the \n is processed by | Nicholas Marriott |
2019-05-25 | Client name can actually be NULL, so use address in that case. | Nicholas Marriott |
2019-05-25 | Use client name when logging command queue. | Nicholas Marriott |
2019-05-23 | Don't remove group items for group 0 (no group). | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |
2019-05-20 | Replace the various identical error callbacks with a single one in cmd-queue.c. | Nicholas Marriott |
2019-05-18 | Move the single command flag (CMD_CONTROL) into the shared flags. | Nicholas Marriott |
2019-05-03 | Insert after the right element on queue. | Nicholas Marriott |
2019-05-03 | Correct ordering when adding after an existing item. | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2019-04-17 | Break new window and pane creation common code from various commands and | Nicholas Marriott |
2019-03-12 | Allow multiple modes to be open in a pane. A stack of open modes is kept | Nicholas Marriott |
2019-03-08 | Make the mode used to view command output (a variant of copy mode) use | Nicholas Marriott |
2019-03-07 | Tidy changing the mode into window_copy_init_for_output. | Nicholas Marriott |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | Nicholas Marriott |
2017-06-16 | Tweak some logging. | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |
2017-05-01 | In order that people can use formats like #D in #() in the status line | Nicholas Marriott |
2017-04-22 | Get rid of the extra layer of flags and cmd_prepare() and just store the | Nicholas Marriott |
2017-04-21 | Log error properly when no current state, and some other minor tweaks. | Nicholas Marriott |
2017-04-21 | Clear shared state if not filling it in. | Nicholas Marriott |
2017-04-21 | Make the cmd_find_* functions more obvious when looking for a client, | Nicholas Marriott |
2017-04-21 | Style nits and an unused struct. | Nicholas Marriott |
2017-04-21 | Store state shared between multiple commands in the queue in a shared | Nicholas Marriott |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2016-10-18 | Give each item on queue a name for better logging. | Nicholas Marriott |
2016-10-16 | Provide a way for hooks to tag formats onto the commands they fire so | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-16 | Rewrite command queue handling. Each client still has a command queue, | Nicholas Marriott |
2016-10-15 | Drain notifys once at the end of the server loop instead of doing it | Nicholas Marriott |
2016-10-14 | source-file and some other commands can recurse back into cmdq_continue, | Nicholas Marriott |