Age | Commit message (Collapse) | 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 | |
above the normal layout. These work similarly to menus and are created with the display-popup command. | |||
2020-03-20 | Make the mouse_word and mouse_line formats work in copy mode and enable | Nicholas Marriott | |
the default pane menu in copy mode. | |||
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 | |
- Add double and triple click bindings to copy a word or line outside copy mode. The text is selected for a short period to show what has been copied. This is in line with the existing mouse selection where the text is copied and the selection is cleared when the mouse button is released. - Change the existing double and triple click bindings in copy mode to behave in the same way. - Add a button 2 binding to paste the top buffer. | |||
2020-03-12 | Add a -d flag to run-shell to wait for delay before running the command, | Nicholas Marriott | |
also allow run-shell to accept no command to just delay. | |||
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 | |
in command mode. | |||
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 | |
moving with the cursor, from Mark Kelly. | |||
2020-02-15 | Add -a to list-keys to also list keys without notes with -N, suggested | Nicholas Marriott | |
by Shehu Dikko. | |||
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 | |
#{version} format; on OpenBSD these just report the OpenBSD version. | |||
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 | |
use this to add descriptions to the default key bindings. A new -N flag to list-keys shows key bindings with notes rather than the default bind-key command used to create them. Change the default ? binding to use this to show a readable summary of keys. Also extend command-prompt to return the name of the key pressed and add a default binding (/) to show the note for the next key pressed Suggested by Alex Tremblay in GitHub issue 2000. | |||
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 | |
favour of a couple of flags for the features used (DECSLRM and DECFRA). Also rename the flag for no xenl to be more obvious while here. | |||
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 | |
window is present or active in. From Tyler Culp in GitHub issue 2034. | |||
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 | |
formats for them. | |||
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 | |
uses ^H rather than ^?. GitHub issue 1969. | |||
2019-11-07 | Add -F flag to send-keys to expand formats in search-backward and | Nicholas Marriott | |
forward copy mode commands, this makes it easier to use the cursor_word and cursor_line formats. From Anindya Mukherjee in GitHub issue 1964. | |||
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 | |
cursor position in copy mode, from Anindya Mukherjee. | |||
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 | |
split-window and join-pane -l to accept similar percentages and deprecate -p. From Anindya Mukherjee. | |||
2019-09-19 | Add a "latest" window-size option which tries to size windows based on | Nicholas Marriott | |
the most recently used client. From Tommie Gannert in GitHub issue 1869 based on earlier changes from me. | |||
2019-09-15 | Add push-default and pop-default in styles to change the default colours | Nicholas Marriott | |
and attributes and use them to restore the previous behaviour of window-status-style being the default for window-status-format in the status line. From John Drouhard in GitHub issue 1912. | |||
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 | |
delimeters in Ql, from orbea at riseup dot net in GitHub issue 1892. | |||
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott | |
Poirier in GitHub issue 1875. | |||
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott | |
preserve zoomed state. GitHub issue 1839. | |||
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 | |
explanation of modes. | |||
2019-07-19 | More man page fixes from lacygoill at lacygoill dot me, GitHub issue | Nicholas Marriott | |
1805. | |||
2019-07-10 | Add -F to refresh-client to specify flags for control clients - one flag | Nicholas Marriott | |
at the moment, no-output which turns off forwarding pane output. From Thomas Adam. GitHub issue 1834. | |||
2019-07-09 | Add a -H flag to send-keys to send literal keys given as hex numbers | Nicholas Marriott | |
(needed for control clients to send mouse sequences). Also add some format flags for UTF-8 and SGR mouse mode. Requested by Bradley Smith in GitHub issues 1832 and 1833. | |||
2019-07-02 | Command prompt key presses need to avoid the command queue, GitHub issue | Nicholas Marriott | |
1817. Also a tmux.1 fix from jmc. | |||
2019-07-01 | Add a "fill" style attribute to clear the entire format drawing area in | Nicholas Marriott | |
a colour, GitHub issue 1815. |