Age | Commit message (Expand) | Author |
2024-05-14 | Add a command-error hook when a command fails, from Hugh Davenport in | Nicholas Marriott |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-09-15 | Add -t to source-file, GitHub issue 3473. | Nicholas Marriott |
2023-02-05 | Extend display-message to work for control clients. GitHub issue 3449. | Nicholas Marriott |
2023-01-03 | Query the client terminal for foreground and background colours and if | Nicholas Marriott |
2022-12-16 | Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414. | Nicholas Marriott |
2022-12-07 | Process escape sequences in show-buffer, GitHub issue 3401. | Nicholas Marriott |
2022-05-30 | Add a way for lines added to copy mode to be passed through the parser | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2022-05-30 | Add an ACL list for users connecting to the tmux socket. Users may be | Nicholas Marriott |
2021-08-21 | Stop caring about empty commands, just treat as a null command. | Nicholas Marriott |
2021-08-21 | Rename a member to match what it will be in future. | Nicholas Marriott |
2021-08-20 | Hide struct args behind a couple of accessor functions. | Nicholas Marriott |
2021-08-20 | Expose args_value struct (will be needed soon) and add some missing frees. | Nicholas Marriott |
2021-08-12 | Move hook format setup earlier and add a hook_client, GitHub issue 2809. | Nicholas Marriott |
2021-04-12 | Add a flag to disable keys to close a message, GitHub issue 2625. | Nicholas Marriott |
2021-04-07 | Add a current_file format for the config file being parsed. Originally | Nicholas Marriott |
2020-11-30 | Ignore running command when checking for no-hooks flag if it is blocked. | Nicholas Marriott |
2020-07-27 | Add a -d option to display-message to set delay, from theonekeyg at | Nicholas Marriott |
2020-06-01 | Instead of sending all data to control mode clients as fast as possible, | Nicholas Marriott |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Add a client flag 'active-pane' which stores the active pane in the | Nicholas Marriott |
2020-05-16 | Expand target from client and use it to expand the prompt. | Nicholas Marriott |
2020-05-16 | Support embedded styles in the display-message message, GitHub issue | Nicholas Marriott |
2020-05-16 | Change message log to be per server rather than per client and include | Nicholas Marriott |
2020-05-16 | Add formats for after hook command arguments. | Nicholas Marriott |
2020-04-23 | Fix a couple of memory leaks, one when creating a new pane and one when | Nicholas Marriott |
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 |