Age | Commit message (Expand) | Author |
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 |
2021-02-05 | Add a -S flag to new-window to make it select the existing window if one | Nicholas Marriott |
2021-02-02 | article fixes; from eddie youseph | Jason McIntyre |
2021-02-01 | Add a no-detached choice to detach-on-destroy which detaches only if | Nicholas Marriott |
2021-01-29 | Trim output overwritten by later text or clears completely rather than | Nicholas Marriott |
2021-01-22 | Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 | Nicholas Marriott |
2021-01-20 | Change so that window_flags escapes # automatically which means configs | Nicholas Marriott |
2021-01-17 | Add -N flag to never start server even if command would normally do so, | Nicholas Marriott |
2021-01-04 | Add a variant of remain-on-exit that only keeps the pane if the program | Nicholas Marriott |
2021-01-01 | Add a -C flag to run-shell to use a tmux command rather than a shell command. | Nicholas Marriott |
2020-12-15 | Make synchronize-panes a pane option and add -U flag to set-option to | Nicholas Marriott |
2020-12-03 | Redraw any visible modes when status line changes so that formats like | Nicholas Marriott |
2020-12-01 | Make replacement of ##s consistent when drawing formats, whether | Nicholas Marriott |
2020-11-30 | Ignore running command when checking for no-hooks flag if it is blocked. | Nicholas Marriott |