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