| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings, from Ben Boeckel. |  nicm | 2019-05-31 | 1 | -2/+2 |
* | The line number needs to be updated only after the \n is processed by |  nicm | 2019-05-29 | 1 | -9/+21 |
* | Client name can actually be NULL, so use address in that case. |  nicm | 2019-05-25 | 1 | -2/+5 |
* | Use client name when logging command queue. |  nicm | 2019-05-25 | 1 | -3/+3 |
* | Don't remove group items for group 0 (no group). |  nicm | 2019-05-23 | 1 | -1/+3 |
* | Replace the split parser code (cfg.c and cmd-string.c) with a single |  nicm | 2019-05-23 | 1 | -12/+4 |
* | Replace the various identical error callbacks with a single one in cmd-queue.c. |  nicm | 2019-05-20 | 1 | -1/+20 |
* | Move the single command flag (CMD_CONTROL) into the shared flags. |  nicm | 2019-05-18 | 1 | -2/+3 |
* | Insert after the right element on queue. |  nicm | 2019-05-03 | 1 | -1/+2 |
* | Correct ordering when adding after an existing item. |  nicm | 2019-05-03 | 1 | -16/+10 |
* | Merge hooks into options and make each one an array option. This allows |  nicm | 2019-04-26 | 1 | -2/+56 |
* | Break new window and pane creation common code from various commands and |  nicm | 2019-04-17 | 1 | -2/+2 |
* | Allow multiple modes to be open in a pane. A stack of open modes is kept |  nicm | 2019-03-12 | 1 | -8/+8 |
* | Make the mode used to view command output (a variant of copy mode) use |  nicm | 2019-03-08 | 1 | -8/+11 |
* | Tidy changing the mode into window_copy_init_for_output. |  nicm | 2019-03-07 | 1 | -7/+2 |
* | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by |  nicm | 2017-08-30 | 1 | -2/+2 |
* | Tweak some logging. |  nicm | 2017-06-16 | 1 | -1/+3 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add |  nicm | 2017-05-30 | 1 | -2/+3 |
* | In order that people can use formats like #D in #() in the status line |  nicm | 2017-05-01 | 1 | -2/+2 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -12/+32 |
* | Log error properly when no current state, and some other minor tweaks. |  nicm | 2017-04-21 | 1 | -4/+4 |
* | Clear shared state if not filling it in. |  nicm | 2017-04-21 | 1 | -1/+4 |
* | Make the cmd_find_* functions more obvious when looking for a client, |  nicm | 2017-04-21 | 1 | -5/+6 |
* | Style nits and an unused struct. |  nicm | 2017-04-21 | 1 | -4/+3 |
* | Store state shared between multiple commands in the queue in a shared |  nicm | 2017-04-21 | 1 | -13/+19 |
* | Add a window or pane id "tag" to each format tree and use it to separate |  nicm | 2017-02-03 | 1 | -2/+2 |
* | Highlight all occurrences of search string after searching in copy mode. |  nicm | 2017-01-05 | 1 | -2/+1 |
* | Give each item on queue a name for better logging. |  nicm | 2016-10-18 | 1 | -4/+16 |
* | Provide a way for hooks to tag formats onto the commands they fire so |  nicm | 2016-10-16 | 1 | -2/+25 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -106/+106 |
* | Rewrite command queue handling. Each client still has a command queue, |  nicm | 2016-10-16 | 1 | -197/+294 |
* | Drain notifys once at the end of the server loop instead of doing it |  nicm | 2016-10-15 | 1 | -6/+2 |
* | source-file and some other commands can recurse back into cmdq_continue, |  nicm | 2016-10-14 | 1 | -3/+10 |
* | Trying to do hooks generically is way too complicated and unreliable and |  nicm | 2016-10-13 | 1 | -63/+27 |
* | Some improvements and bug fixes for hooks: |  nicm | 2016-10-13 | 1 | -17/+29 |
* | Add static in window-*.c and move some internal functions out of tmux.h. |  nicm | 2016-10-11 | 1 | -2/+3 |
* | Couple of vasprintf -> xvasprintf. |  nicm | 2016-09-28 | 1 | -2/+2 |
* | Final parts of command hooks, add before- and after- hooks to each command. |  nicm | 2016-04-29 | 1 | -8/+50 |
* | Split out getting the current state from the target search so it can be |  nicm | 2016-01-19 | 1 | -2/+2 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Add infrastructure to work out the best target given a pane or window |  nicm | 2015-12-16 | 1 | -1/+5 |
* | If command returns error, report it. |  nicm | 2015-12-13 | 1 | -1/+3 |
* | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -12/+15 |
* | Do not set a limit on the length of commands when printing them. |  nicm | 2015-11-27 | 1 | -4/+5 |
* | Push stdout and stderr to clients more aggressively, and add an event to |  nicm | 2015-11-14 | 1 | -4/+4 |
* | If we know the terminal outside tmux is not UTF-8, replace UTF-8 in |  nicm | 2015-11-12 | 1 | -4/+17 |
* | Use client pointer not file descriptor in logging. |  nicm | 2015-10-20 | 1 | -3/+3 |
* | Log when cmdq_continue is called. |  nicm | 2015-09-16 | 1 | -1/+5 |
* | Rename cmd_q dead flag to a general flags bitmask (will be more flags later). |  nicm | 2015-09-16 | 1 | -4/+7 |
* | Break cmdq_continue inner loop into a helper function. |  nicm | 2015-06-17 | 1 | -21/+31 |