summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2019-11-07Add -F flag to send-keys to expand formats in search-backward andnicm
2019-10-23Document Any key, from Jason Felice.nicm
2019-10-23Use the existing code in format.c to add foramts for word and line atnicm
2019-10-19Add formats for cursor and selection position in copy mode, from Jason Felice.nicm
2019-10-15Add support for percentage sizes for resize-pane ("-x 10%"). Also changenicm
2019-09-19Add a "latest" window-size option which tries to size windows based onnicm
2019-09-15Add push-default and pop-default in styles to change the default coloursnicm
2019-09-11Add window_marked_flag, GitHub issue 1887.nicm
2019-09-09Clarify server options slightly.nicm
2019-09-09Add cursor-down-and-cancel, from Mark Kelly.nicm
2019-08-16Add a flag to reverse sort in the various choose modes, from Benjaminnicm
2019-08-14Add -Z flag to rotate-window, select-pane, swap-pane, switch-client tonicm
2019-08-01Add -N to capture-pane to preserve trailing spaces, from Leon Winter.nicm
2019-07-30Reorder some text in the windows & panes section and add some betternicm
2019-07-19More man page fixes from lacygoill at lacygoill dot me, GitHub issuenicm
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagnicm
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersnicm
2019-07-02Command prompt key presses need to avoid the command queue, GitHub issuenicm
2019-07-01Add a "fill" style attribute to clear the entire format drawing area innicm
2019-06-27minor eol issues;jmc
2019-06-27Add support for underscore colours with Setulc capability, mostly fromnicm
2019-06-21Man page fixes from lacygoill at lacygoill dot me.nicm
2019-06-20Add -r to find-window for regex instead of fnmatch.nicm
2019-06-20allow-rename and alternate-screen can be pane options.nicm
2019-06-20Add a per-pane option set. Pane options inherit from window options (sonicm
2019-06-20Add a -A flag to show-options to show parent options as well.nicm
2019-06-14A couple of minor parser changes around conditions: 1) only treat #{nicm
2019-06-13tweak previous;jmc
2019-06-13Add regular expression support for the format search, match andnicm
2019-06-05Add a -v flag to source-file to show the commands and line numbers.nicm
2019-06-03Add new-session -X and attach-session -x to send SIGHUP to parent whennicm
2019-05-30I had hoped that non-xenl terminals had died out, at least in fairlynicm
2019-05-29Support \ooo escapes, from Avi Halachmi.nicm
2019-05-28Allow source-file to take multiple arguments.nicm
2019-05-28Allow menu items to be disabled by putting a - at the start of theirnicm
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-27Clarify newlines inside {} a little.nicm
2019-05-27Add an additional {} syntax for defining strings in the configurationnicm
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-05-26Add a way to append or prepend to a format if the length has been limited.nicm
2019-05-25Add <, >, <=, >= for formats, GitHub issue 1747.nicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-21Fix a couple of Ta from Alphonse Mariya.nicm
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.nicm
2019-05-13Fix column width for copy mode commands.nicm
2019-05-11Don't use arguments with It and -enum, pointed out by jmc.nicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-05-09Add formats to show if pane is the marked pane and if any marked pane is set.nicm
2019-05-07Rename the ENVIRONMENT section which was squatting on the standardschwarze
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm