aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2019-09-13
|\|
| * Add window_marked_flag, GitHub issue 1887.nicm2019-09-11
| |
* | Merge branch 'obsd-master'Thomas Adam2019-09-11
|\|
| * Clarify server options slightly.nicm2019-09-09
| |
* | Merge branch 'obsd-master'Thomas Adam2019-09-09
|\|
| * Add cursor-down-and-cancel, from Mark Kelly.nicm2019-09-09
| |
* | Merge branch 'obsd-master'Thomas Adam2019-08-16
|\|
| * Add a flag to reverse sort in the various choose modes, from Benjaminnicm2019-08-16
| | | | | | | | Poirier in GitHub issue 1875.
* | Merge branch 'obsd-master'Thomas Adam2019-08-15
|\|
| * Add -Z flag to rotate-window, select-pane, swap-pane, switch-client tonicm2019-08-14
| | | | | | | | preserve zoomed state. GitHub issue 1839.
* | Merge branch 'obsd-master'Thomas Adam2019-08-01
|\|
| * Add -N to capture-pane to preserve trailing spaces, from Leon Winter.nicm2019-08-01
| |
* | Merge branch 'obsd-master'Thomas Adam2019-07-30
|\|
| * Reorder some text in the windows & panes section and add some betternicm2019-07-30
| | | | | | | | explanation of modes.
* | Merge branch 'obsd-master'Thomas Adam2019-07-19
|\|
| * More man page fixes from lacygoill at lacygoill dot me, GitHub issuenicm2019-07-19
| | | | | | | | 1805.
* | Merge branch 'obsd-master'Thomas Adam2019-07-10
|\|
| * Add -F to refresh-client to specify flags for control clients - one flagnicm2019-07-10
| | | | | | | | | | at the moment, no-output which turns off forwarding pane output. From Thomas Adam. GitHub issue 1834.
* | Merge branch 'obsd-master'Thomas Adam2019-07-09
|\|
| * Add a -H flag to send-keys to send literal keys given as hex numbersnicm2019-07-09
| | | | | | | | | | | | (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.
* | Merge branch 'obsd-master'Thomas Adam2019-07-02
|\|
| * Command prompt key presses need to avoid the command queue, GitHub issuenicm2019-07-02
| | | | | | | | 1817. Also a tmux.1 fix from jmc.
* | Merge branch 'obsd-master'Thomas Adam2019-07-01
|\|
| * Add a "fill" style attribute to clear the entire format drawing area innicm2019-07-01
| | | | | | | | a colour, GitHub issue 1815.
* | Merge branch 'obsd-master'Thomas Adam2019-06-27
|\|
| * minor eol issues;jmc2019-06-27
| |
* | Merge branch 'obsd-master'Thomas Adam2019-06-27
|\|
| * Add support for underscore colours with Setulc capability, mostly fromnicm2019-06-27
| | | | | | | | Kai Moschcau.
* | Merge branch 'obsd-master'Thomas Adam2019-06-21
|\|
| * Man page fixes from lacygoill at lacygoill dot me.nicm2019-06-21
| |
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add -r to find-window for regex instead of fnmatch.nicm2019-06-20
| |
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * allow-rename and alternate-screen can be pane options.nicm2019-06-20
| |
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
| | | | | | | | | | | | | | | | | | | | | | | | there should be no change to existing behaviour) and are set and shown with set-option -p and show-options -p. Change remain-on-exit and window-style/window-active-style to be pane options (some others will be changed later). This makes select-pane -P and -g unnecessary so no longer document them (they still work) and no longer document set-window-option and show-window-options in favour of set-option -w and show-options -w.
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add a -A flag to show-options to show parent options as well.nicm2019-06-20
| |
* | Merge branch 'obsd-master'Thomas Adam2019-06-14
|\|
| * A couple of minor parser changes around conditions: 1) only treat #{nicm2019-06-14
| | | | | | | | | | specially after a condition, otherwise as a comment (which is more as most people expect) 2) allow formats to be quoted after a condition.
| * tweak previous;jmc2019-06-13
| |
| * Add regular expression support for the format search, match andnicm2019-06-13
| | | | | | | | substitute modifiers.
* | Merge branch 'obsd-master'Thomas Adam2019-06-05
|\|
| * Add a -v flag to source-file to show the commands and line numbers.nicm2019-06-05
| |
* | Merge branch 'obsd-master'Thomas Adam2019-06-03
|\|
| * Add new-session -X and attach-session -x to send SIGHUP to parent whennicm2019-06-03
| | | | | | | | | | detaching (like detach-client -P). From Colin Watson in GitHub issue 1773.
* | Merge branch 'obsd-master'Thomas Adam2019-05-30
|\|
| * I had hoped that non-xenl terminals had died out, at least in fairlynicm2019-05-30
| | | | | | | | | | modern OSs, but no - DragonFly BSD's console returns to haunt us. Fix it at least somewhat. GitHub issue 1763.
* | Merge branch 'obsd-master'Thomas Adam2019-05-29
|\|
| * Support \ooo escapes, from Avi Halachmi.nicm2019-05-29
| |