Age | Commit message (Expand) | Author |
2021-10-25 | Add a way to force a colour to RGB and a format to display it. | Nicholas Marriott |
2021-10-25 | Missing Pp, from Alexis Hildebrandt. | Nicholas Marriott |
2021-10-25 | Add -s and -S to display-popup to set popup and border style, from | Nicholas Marriott |
2021-10-20 | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | Nicholas Marriott |
2021-10-18 | Remove duplicate options, spotted by Ricky Cintron. | Nicholas Marriott |
2021-10-14 | Add popup-border-lines option to set popup line style, from Alexis | Nicholas Marriott |
2021-10-13 | Add popup-style and popup-border-style options, from Alexis Hildebrandt | Nicholas Marriott |
2021-10-11 | Add -e flag to set environment for popup, from Alexis Hildebrandt in | Nicholas Marriott |
2021-10-08 | remove extra .El; | Jason McIntyre |
2021-10-08 | Add tags for command aliases | Klemens Nanni |
2021-10-07 | Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. | Nicholas Marriott |
2021-10-05 | Make send-keys without any arguments send the key it is bound to (if | Nicholas Marriott |
2021-08-27 | Allow control mode clients to set a hard limit on the window width and | Nicholas Marriott |
2021-08-13 | Add a menu when a popup is present (mouse only for now). | Nicholas Marriott |
2021-08-13 | Add -B flag to remove border from popup. | Nicholas Marriott |
2021-08-13 | Set return code for confirm-before and make command-prompt also block, | Nicholas Marriott |
2021-08-12 | Move hook format setup earlier and add a hook_client, GitHub issue 2809. | Nicholas Marriott |
2021-08-11 | Break the colour palette into a struct rather than just a single array | Nicholas Marriott |
2021-08-11 | Add pipe variants of the line copy commands. While here make the command | Nicholas Marriott |
2021-08-11 | Make confirm-before optionally block the invoking client like run-shell, | Nicholas Marriott |
2021-08-09 | Change copy-line and copy-end-of-line not to cancel and add -and-cancel | Nicholas Marriott |
2021-08-06 | Add client focus hooks. | Nicholas Marriott |
2021-08-04 | Add a client-active hook, from ncfavier in GitHub issue 2803. | Nicholas Marriott |
2021-06-18 | Mention %1 under choose-tree also. | Nicholas Marriott |
2021-06-10 | fix some formatting errors; | Jason McIntyre |
2021-06-10 | Feature for the mouse since FreeBSD termcap does not have kmous. | Nicholas Marriott |
2021-06-10 | More accurate vi(1) word navigation in copy mode and on the status line. | Nicholas Marriott |
2021-06-10 | Add -F for command-prompt and use it to fix "Rename" on the window menu, | Nicholas Marriott |
2021-06-10 | Add different command historys for different types of prompts | Nicholas Marriott |
2021-06-10 | Change resize timers and flags into one timer and a queue which is | Nicholas Marriott |
2021-06-10 | Three changes to fix problems with xterm in VT340 mode, reported by | Nicholas Marriott |
2021-06-10 | Add an "always" value to the extended-keys option to always forward | Nicholas Marriott |
2021-04-15 | %begin now has three arguments, not two. GitHubs issue 2646. | Nicholas Marriott |
2021-04-12 | Add a flag to disable keys to close a message, GitHub issue 2625. | Nicholas Marriott |
2021-04-12 | Permit shortcut keys in buffer, client, tree modes to be configured with | Nicholas Marriott |
2021-04-07 | Add a current_file format for the config file being parsed. Originally | Nicholas Marriott |
2021-04-01 | Missing commas, from Vipul Kumar. | Nicholas Marriott |
2021-03-16 | Add client-detached notification in control mode, from Mohsin Kaleem. | Nicholas Marriott |
2021-03-11 | Add an "absolute-centre" alignment to use the centre of the total space | Nicholas Marriott |
2021-03-11 | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | Nicholas Marriott |
2021-03-01 | escape quotes and remove some unneccessary Pp; ok nicm | Jason McIntyre |
2021-03-01 | Add some text with examples of ; as a separator, GitHub issues 2522 and | Nicholas Marriott |
2021-02-26 | Add a couple of format variables for active and last window index. | Nicholas Marriott |
2021-02-22 | Move config file path expansion much earlier, keep the list of paths | Nicholas Marriott |
2021-02-15 | Support X11 colour names and some other variations for OSC 10/11, also | Nicholas Marriott |
2021-02-10 | Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by | Nicholas Marriott |
2021-02-08 | Add "pipe" variants of the "copy-pipe" commands which do not copy, from | Nicholas Marriott |
2021-02-06 | In the end UTF-8 did not become a terminal feature, should not be listed | Nicholas Marriott |
2021-02-05 | Send Unicode directional isolate characters around horizontal pane | Nicholas Marriott |