summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addNicholas Marriott
2019-11-28Store xpixel/ypixel from TIOCGWINSZ and add formats.Nicholas Marriott
2019-11-25Add p format modifier for padding to width.Nicholas Marriott
2019-11-18Add -f for full size to join-pane (like split-window), from Theo Buehler.Nicholas Marriott
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).Nicholas Marriott
2019-11-14Add an option to set the key sent by backspace for those whose systemNicholas Marriott
2019-11-07Add -F flag to send-keys to expand formats in search-backward andNicholas Marriott
2019-10-23Document Any key, from Jason Felice.Nicholas Marriott
2019-10-23Use the existing code in format.c to add foramts for word and line atNicholas Marriott
2019-10-19Add formats for cursor and selection position in copy mode, from Jason Felice.Nicholas Marriott
2019-10-15Add support for percentage sizes for resize-pane ("-x 10%"). Also changeNicholas Marriott
2019-09-19Add a "latest" window-size option which tries to size windows based onNicholas Marriott
2019-09-15Add push-default and pop-default in styles to change the default coloursNicholas Marriott
2019-09-11Add window_marked_flag, GitHub issue 1887.Nicholas Marriott
2019-09-09Clarify server options slightly.Nicholas Marriott
2019-09-09Add cursor-down-and-cancel, from Mark Kelly.Nicholas Marriott
2019-09-09Put default keys in alphabetical order, from Barry Rountree.Nicholas Marriott
2019-09-09Use a zero width space to prevent mandoc warning about trailingNicholas Marriott
2019-08-16Add a flag to reverse sort in the various choose modes, from BenjaminNicholas Marriott
2019-08-14Add -Z flag to rotate-window, select-pane, swap-pane, switch-client toNicholas Marriott
2019-08-01Add -N to capture-pane to preserve trailing spaces, from Leon Winter.Nicholas Marriott
2019-07-30Reorder some text in the windows & panes section and add some betterNicholas Marriott
2019-07-19More man page fixes from lacygoill at lacygoill dot me, GitHub issueNicholas Marriott
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagNicholas Marriott
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersNicholas Marriott
2019-07-02Command prompt key presses need to avoid the command queue, GitHub issueNicholas Marriott
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott
2019-06-27minor eol issues;Jason McIntyre
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-06-21Man page fixes from lacygoill at lacygoill dot me.Nicholas Marriott
2019-06-20Add -r to find-window for regex instead of fnmatch.Nicholas Marriott
2019-06-20allow-rename and alternate-screen can be pane options.Nicholas Marriott
2019-06-20Add a per-pane option set. Pane options inherit from window options (soNicholas Marriott
2019-06-20Add a -A flag to show-options to show parent options as well.Nicholas Marriott
2019-06-14A couple of minor parser changes around conditions: 1) only treat #{Nicholas Marriott
2019-06-13tweak previous;Jason McIntyre
2019-06-13Add regular expression support for the format search, match andNicholas Marriott
2019-06-05Add a -v flag to source-file to show the commands and line numbers.Nicholas Marriott
2019-06-03Add new-session -X and attach-session -x to send SIGHUP to parent whenNicholas Marriott
2019-05-30I had hoped that non-xenl terminals had died out, at least in fairlyNicholas Marriott
2019-05-29Support \ooo escapes, from Avi Halachmi.Nicholas Marriott
2019-05-28Allow source-file to take multiple arguments.Nicholas Marriott
2019-05-28Allow menu items to be disabled by putting a - at the start of theirNicholas Marriott
2019-05-28Change display-menu from taking a single string to a set of arguments,Nicholas Marriott
2019-05-27Clarify newlines inside {} a little.Nicholas Marriott
2019-05-27Add an additional {} syntax for defining strings in the configurationNicholas Marriott
2019-05-26Add formats for word and line under the mouse and use them to add someNicholas Marriott
2019-05-26Add a way to append or prepend to a format if the length has been limited.Nicholas Marriott
2019-05-25Add <, >, <=, >= for formats, GitHub issue 1747.Nicholas Marriott
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singleNicholas Marriott