| Commit message (Expand) | Author | Age |
| * | Only forward extended keys if the application has requested them, even though | Nicholas Marriott | 2020-05-15 |
| * | Add a terminal feature for enable/disable extended keys (supported by xterm and | Nicholas Marriott | 2020-05-15 |
| * | Separate key flags and modifiers, log key flags, make the "xterm" flag more | Nicholas Marriott | 2020-05-15 |
| * | Rename KEYC_ESCAPE to KEYC_META. | Nicholas Marriott | 2020-05-15 |
| * | xterm-keys has been on by default for 5 years and all other modern terminals | Nicholas Marriott | 2020-05-15 |
| * | Add an option to set the pane border lines style from a choice of single lines | Nicholas Marriott | 2020-05-14 |
| * | Add screen write flags instead of individual bits and fix line length | Nicholas Marriott | 2020-05-14 |
| * | 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 |
| * | Use safe loop for freeing client files. | Nicholas Marriott | 2020-05-13 |
| * | Move editor stuff to common code in popup.c. | Nicholas Marriott | 2020-05-13 |
| * | Show default key bindings in customize mode. | Nicholas Marriott | 2020-05-12 |
| * | Include key bindings in customize mode. | Nicholas Marriott | 2020-05-12 |
| * | Support embedded styles in the display-message message, GitHub issue 2206. | Nicholas Marriott | 2020-05-11 |
| * | Add a -D flag to ask tmux not to daemonize, useful both for running a debugger | Nicholas Marriott | 2020-05-10 |
| * | Wrap all lines in customize mode, not just the description. | Nicholas Marriott | 2020-05-09 |
| * | Add a customize mode where options may be browsed and changed, includes adding | Nicholas Marriott | 2020-05-08 |
| * | Change message log to be per server rather than per client and include every | Nicholas Marriott | 2020-05-06 |
| * | Change the existing client flags for control mode to apply for any client, use | Nicholas Marriott | 2020-05-05 |
| * | Store and restore cursor position when copy mode is resized, from Anindya | Nicholas Marriott | 2020-05-05 |
| * | Add formats for after hook command arguments. | Nicholas Marriott | 2020-05-05 |
| * | Clamping to area needs to use the offset without the status line, since that is | Nicholas Marriott | 2020-05-02 |
| * | Get the whole overlay screen not just the mode so cursor changes are included. | Nicholas Marriott | 2020-05-01 |
| * | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott | 2020-05-01 |
| * | Move size to tty_ctx. | Nicholas Marriott | 2020-05-01 |
| * | Rename some tty_ctx members. | Nicholas Marriott | 2020-05-01 |
| * | Add 'e' key in buffer mode to open the buffer in an editor. | Nicholas Marriott | 2020-05-01 |
| * | Add -W and -T flags to command-prompt to only complete a window and a target. | Nicholas Marriott | 2020-04-30 |
| * | Copy mode search improvements: | Nicholas Marriott | 2020-04-29 |
| * | Improve command prompt completion: | Nicholas Marriott | 2020-04-29 |
| * | Apply a format when redrawing pane borders. | Nicholas Marriott | 2020-04-29 |
| * | Drop having a separate type for style options and make them all strings, which | Nicholas Marriott | 2020-04-28 |
| * | Use a grid cell not a style for the pane style. | Nicholas Marriott | 2020-04-27 |
| * | Add some additional format helper functions. | Nicholas Marriott | 2020-04-27 |
| * | Instead of forbidding invalid session names, sanitize them. | Nicholas Marriott | 2020-04-24 |
| * | Instead of having a default set of terminals in terminal-overrides that get XT | Nicholas Marriott | 2020-04-24 |
| * | Add feature and capabilities for focus reporting. Also document AX and XT even | Nicholas Marriott | 2020-04-24 |
| * | Add a feature for bracketed paste. | Nicholas Marriott | 2020-04-24 |
| * | Move terminal features into a single file. | Nicholas Marriott | 2020-04-24 |
| * | Add TMUX_SOCK like TMUX_PATH for the socket directory. | Nicholas Marriott | 2020-04-23 |
| * | Build list of paths and weed out duplicates before loading configs. | Nicholas Marriott | 2020-04-23 |
| * | Add extension terminfo(5) capabilities for margins. | Nicholas Marriott | 2020-04-23 |
| * | Remove support for iTerm2's DSR 1337 extension and use the CSI > q extension | Nicholas Marriott | 2020-04-23 |
| * | Merge branch 'obsd-master' | Thomas Adam | 2020-04-23 |
| |\ |
|
| | * | Indicate the marked pane in choose mode in reverse and add key to set | nicm | 2020-04-22 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-22 |
| |\| |
|
| | * | Change so main-pane-width and height can be given as a percentage. | nicm | 2020-04-22 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-20 |
| |\| |
|
| | * | Apply terminal-overrides after terminal detection, it always takes | nicm | 2020-04-20 |
| | * | Change how sync works to always send the end sequence after all output | nicm | 2020-04-20 |