Age | Commit message (Expand) | Author |
2020-03-28 | Make two -E only close popup automatically if the command exited with 0. | Nicholas Marriott |
2020-03-28 | Add formats for top paste buffer by default. Also a tmux.1 fix from jmc. | Nicholas Marriott |
2020-03-24 | Add support for overlay popup boxes to show text or output temporarily | Nicholas Marriott |
2020-03-20 | Make the mouse_word and mouse_line formats work in copy mode and enable | Nicholas Marriott |
2020-03-19 | Add C position for terminal centre with display-menu -x and -y. | Nicholas Marriott |
2020-03-12 | Tidy up the default mouse key bindings and: | Nicholas Marriott |
2020-03-12 | Add a -d flag to run-shell to wait for delay before running the command, | Nicholas Marriott |
2020-03-12 | Add a copy-mode -H flag to hide the position marker in the top right. | Nicholas Marriott |
2020-03-12 | Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q | Nicholas Marriott |
2020-03-11 | Add some number operators for formats, from Tyler Culp. | Nicholas Marriott |
2020-02-20 | Add selection_active format for when the selection is present but not | Nicholas Marriott |
2020-02-15 | Add -a to list-keys to also list keys without notes with -N, suggested | Nicholas Marriott |
2020-02-11 | Remove unused variables from Ben Boeckel, and a Pp from jmc. | Nicholas Marriott |
2020-02-05 | Make list-keys description clearer in tmux.1 and remove an unused variable. | Nicholas Marriott |
2020-01-29 | Remove extra Pp (from jmc) and add a missing word. | Nicholas Marriott |
2020-01-28 | Reduce a difference with portable tmux by adding the -V flag and | Nicholas Marriott |
2020-01-27 | Expand description of start-server. | Nicholas Marriott |
2020-01-27 | Add support for adding a note to a key binding (with bind-key -N) and | Nicholas Marriott |
2020-01-25 | Mention swap-window -d, GitHub issue 2068. | Nicholas Marriott |
2020-01-12 | The terminal type was never as much use as I expected so remove it in | Nicholas Marriott |
2020-01-01 | Document client exit messages. | Nicholas Marriott |
2019-12-26 | Add a number of new formats to inspect what sessions and clients a | Nicholas Marriott |
2019-12-24 | Fix name of option, GitHub issue 2030. | Nicholas Marriott |
2019-11-28 | Make a best effort to set xpixel and ypixel for each pane and add | Nicholas Marriott |
2019-11-28 | Store xpixel/ypixel from TIOCGWINSZ and add formats. | Nicholas Marriott |
2019-11-25 | Add p format modifier for padding to width. | Nicholas Marriott |
2019-11-18 | Add -f for full size to join-pane (like split-window), from Theo Buehler. | Nicholas Marriott |
2019-11-15 | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). | Nicholas Marriott |
2019-11-14 | Add an option to set the key sent by backspace for those whose system | Nicholas Marriott |
2019-11-07 | Add -F flag to send-keys to expand formats in search-backward and | Nicholas Marriott |
2019-10-23 | Document Any key, from Jason Felice. | Nicholas Marriott |
2019-10-23 | Use the existing code in format.c to add foramts for word and line at | Nicholas Marriott |
2019-10-19 | Add formats for cursor and selection position in copy mode, from Jason Felice. | Nicholas Marriott |
2019-10-15 | Add support for percentage sizes for resize-pane ("-x 10%"). Also change | Nicholas Marriott |
2019-09-19 | Add a "latest" window-size option which tries to size windows based on | Nicholas Marriott |
2019-09-15 | Add push-default and pop-default in styles to change the default colours | Nicholas Marriott |
2019-09-11 | Add window_marked_flag, GitHub issue 1887. | Nicholas Marriott |
2019-09-09 | Clarify server options slightly. | Nicholas Marriott |
2019-09-09 | Add cursor-down-and-cancel, from Mark Kelly. | Nicholas Marriott |
2019-09-09 | Put default keys in alphabetical order, from Barry Rountree. | Nicholas Marriott |
2019-09-09 | Use a zero width space to prevent mandoc warning about trailing | Nicholas Marriott |
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott |
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott |
2019-08-01 | Add -N to capture-pane to preserve trailing spaces, from Leon Winter. | Nicholas Marriott |
2019-07-30 | Reorder some text in the windows & panes section and add some better | Nicholas Marriott |
2019-07-19 | More man page fixes from lacygoill at lacygoill dot me, GitHub issue | Nicholas Marriott |
2019-07-10 | Add -F to refresh-client to specify flags for control clients - one flag | Nicholas Marriott |
2019-07-09 | Add a -H flag to send-keys to send literal keys given as hex numbers | Nicholas Marriott |
2019-07-02 | Command prompt key presses need to avoid the command queue, GitHub issue | Nicholas Marriott |
2019-07-01 | Add a "fill" style attribute to clear the entire format drawing area in | Nicholas Marriott |