| Commit message (Expand) | Author | Age |
| * | remove extra .El; | jmc | 2021-10-08 |
| * | Add tags for command aliases | kn | 2021-10-08 |
| * | Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. | nicm | 2021-10-07 |
| * | Make send-keys without any arguments send the key it is bound to (if | nicm | 2021-10-05 |
| * | Allow control mode clients to set a hard limit on the window width and | nicm | 2021-08-27 |
| * | Add a menu when a popup is present (mouse only for now). | nicm | 2021-08-13 |
| * | Add -B flag to remove border from popup. | nicm | 2021-08-13 |
| * | Set return code for confirm-before and make command-prompt also block, | nicm | 2021-08-13 |
| * | Move hook format setup earlier and add a hook_client, GitHub issue 2809. | nicm | 2021-08-12 |
| * | Break the colour palette into a struct rather than just a single array | nicm | 2021-08-11 |
| * | Make confirm-before optionally block the invoking client like run-shell, | nicm | 2021-08-11 |
| * | Change copy-line and copy-end-of-line not to cancel and add -and-cancel | nicm | 2021-08-09 |
| * | Add client focus hooks. | nicm | 2021-08-06 |
| * | Add a client-active hook, from ncfavier in GitHub issue 2803. | nicm | 2021-08-04 |
| * | Mention %1 under choose-tree also. | nicm | 2021-06-18 |
| * | fix some formatting errors; | jmc | 2021-06-10 |
| * | Feature for the mouse since FreeBSD termcap does not have kmous. | nicm | 2021-06-10 |
| * | More accurate vi(1) word navigation in copy mode and on the status line. | nicm | 2021-06-10 |
| * | Add -F for command-prompt and use it to fix "Rename" on the window menu, | nicm | 2021-06-10 |
| * | Add different command historys for different types of prompts | nicm | 2021-06-10 |
| * | Change resize timers and flags into one timer and a queue which is | nicm | 2021-06-10 |
| * | Three changes to fix problems with xterm in VT340 mode, reported by | nicm | 2021-06-10 |
| * | Add an "always" value to the extended-keys option to always forward | nicm | 2021-06-10 |
| * | %begin now has three arguments, not two. GitHubs issue 2646. | nicm | 2021-04-15 |
| * | Add a flag to disable keys to close a message, GitHub issue 2625. | nicm | 2021-04-12 |
| * | Permit shortcut keys in buffer, client, tree modes to be configured with | nicm | 2021-04-12 |
| * | Add a current_file format for the config file being parsed. Originally | nicm | 2021-04-07 |
| * | Missing commas, from Vipul Kumar. | nicm | 2021-04-01 |
| * | Add client-detached notification in control mode, from Mohsin Kaleem. | nicm | 2021-03-16 |
| * | Add an "absolute-centre" alignment to use the centre of the total space | nicm | 2021-03-11 |
| * | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | nicm | 2021-03-11 |
| * | Drop support for popups where the content is provided directly to tmux | nicm | 2021-03-02 |
| * | escape quotes and remove some unneccessary Pp; ok nicm | jmc | 2021-03-01 |
| * | Add some text with examples of ; as a separator, GitHub issues 2522 and | nicm | 2021-03-01 |
| * | Add a couple of format variables for active and last window index. | nicm | 2021-02-26 |
| * | Move config file path expansion much earlier, keep the list of paths | nicm | 2021-02-22 |
| * | Support X11 colour names and some other variations for OSC 10/11, also | nicm | 2021-02-15 |
| * | Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by | nicm | 2021-02-10 |
| * | Add "pipe" variants of the "copy-pipe" commands which do not copy, from | nicm | 2021-02-08 |
| * | In the end UTF-8 did not become a terminal feature, should not be listed | nicm | 2021-02-06 |
| * | Send Unicode directional isolate characters around horizontal pane | nicm | 2021-02-05 |
| * | Add a -S flag to new-window to make it select the existing window if one | nicm | 2021-02-05 |
| * | article fixes; from eddie youseph | jmc | 2021-02-02 |
| * | Add a no-detached choice to detach-on-destroy which detaches only if | nicm | 2021-02-01 |
| * | Trim output overwritten by later text or clears completely rather than | nicm | 2021-01-29 |
| * | Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 | nicm | 2021-01-22 |
| * | Change so that window_flags escapes # automatically which means configs | nicm | 2021-01-20 |
| * | Add -N flag to never start server even if command would normally do so, | nicm | 2021-01-17 |
| * | Add a variant of remain-on-exit that only keeps the pane if the program | nicm | 2021-01-04 |
| * | Add a -C flag to run-shell to use a tmux command rather than a shell command. | nicm | 2021-01-01 |