| Commit message (Expand) | Author | Age |
| * | Add support for pausing a pane when the output buffered for a control | nicm | 2020-06-05 |
| * | Correct respawn-* - they don't always use the creation command. | nicm | 2020-06-04 |
| * | Instead of using a custom parse function to process {}, treat it as a | nicm | 2020-06-04 |
| * | Add -i to find-window to ignore case. | nicm | 2020-05-29 |
| * | Tweak some out of date bits, reported by bcgraham. | nicm | 2020-05-26 |
| * | Support code for control mode flow control: allow clients to have | nicm | 2020-05-21 |
| * | Add a terminal feature for enable/disable extended keys (supported by | nicm | 2020-05-16 |
| * | Add an option to set the pane border lines style from a choice of single | nicm | 2020-05-16 |
| * | Add a client flag 'active-pane' which stores the active pane in the | nicm | 2020-05-16 |
| * | Add a mark in copy mode. Set with set-mark command (bound to 'X') by | nicm | 2020-05-16 |
| * | Add a -D flag to ask tmux not to daemonize, useful both for running a | nicm | 2020-05-16 |
| * | Add a customize mode where keys and options may be browsed and changed, | nicm | 2020-05-16 |
| * | Allow a custom time format to be given to the t format modifier. | nicm | 2020-05-16 |
| * | Change message log to be per server rather than per client and include | nicm | 2020-05-16 |
| * | Add M-+ and M-- to expand and collapse all items in tree mode. | nicm | 2020-05-16 |
| * | Change the existing client flags for control mode to apply for any | nicm | 2020-05-16 |
| * | Only redraw popup on the client it belongs to. | nicm | 2020-05-16 |
| * | Add -e for new-session to set environment variables. | nicm | 2020-05-16 |
| * | Add 'e' key in buffer mode to open the buffer in an editor. | nicm | 2020-05-16 |
| * | Add -W and -T flags to command-prompt to only complete a window and a | nicm | 2020-05-16 |
| * | Copy mode search improvements: | nicm | 2020-05-16 |
| * | Add feature and capabilities for focus reporting. Also document AX and | nicm | 2020-05-16 |
| * | Add extension terminfo(5) capabilities for margins. | nicm | 2020-05-16 |
| * | Add an attribute for ACS. | nicm | 2020-05-16 |
| * | Tweak the default choose modes formats: | nicm | 2020-05-16 |
| * | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | jmc | 2020-04-23 |
| * | Improve join-pane, move-pane and break-pane: | nicm | 2020-04-22 |
| * | Add a session_marked format like window_marked. | nicm | 2020-04-22 |
| * | Change so main-pane-width and height can be given as a percentage. | nicm | 2020-04-22 |
| * | Change how sync works to always send the end sequence after all output | nicm | 2020-04-20 |
| * | Change the Sync capability to be a string instead of a flag. | nicm | 2020-04-20 |
| * | Tidy up the terminal detection and feature code and add named sets of | nicm | 2020-04-20 |
| * | Add formats for pane written/skipped bytes for debugging. | nicm | 2020-04-18 |
| * | Add a copy-command option and change copy-pipe and friends to pipe to it | nicm | 2020-04-17 |
| * | Add support for the iTerm2 sychronized updates escape sequence which | nicm | 2020-04-16 |
| * | Change so that the appropriate hooks for windows and panes belong to | nicm | 2020-04-13 |
| * | Mention RGB, pointed out by Jody Frankowski. | nicm | 2020-04-12 |
| * | Add a -f filter argument to the list commands like choose-tree. | nicm | 2020-04-12 |
| * | Clarify a couple of style options. | nicm | 2020-04-12 |
| * | Remove unused define, also a man fix from jmc. | nicm | 2020-04-10 |
| * | Now that copy mode copies the pane content rather than keeping a | nicm | 2020-04-10 |
| * | Mention paste at same place as copy, suggested by John Boyle. | nicm | 2020-04-09 |
| * | Restore pane_current_path format from portable tmux, it is no longer | nicm | 2020-04-08 |
| * | Change copy mode to make copy of the pane history so it does not need to | nicm | 2020-04-06 |
| * | Add an argument to list-commands to show only a single command. | nicm | 2020-04-05 |
| * | Add a W position to display-menu -y to use the line above (or below) the | nicm | 2020-04-02 |
| * | Performance improvements for regex searching, most notably: | nicm | 2020-04-01 |
| * | Add a way to mark environment variables as "hidden" so they can be used | nicm | 2020-03-31 |
| * | Add a -T flag to resize-pane to trim lines below the cursor, moving | nicm | 2020-03-31 |
| * | Add non-regex search variants to avoid the performance cost for people | nicm | 2020-03-31 |