aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
| * Add a number of new formats to inspect what sessions and clients anicm2019-12-26
| | | | | | | | window is present or active in. From Tyler Culp in GitHub issue 2034.
* | Merge branch 'obsd-master'Thomas Adam2019-12-24
|\|
| * Fix name of option, GitHub issue 2030.nicm2019-12-24
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\|
| * Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
| | | | | | | | formats for them.
| * Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm2019-11-28
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-25
|\|
| * Add p format modifier for padding to width.nicm2019-11-25
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-18
|\|
| * Add -f for full size to join-pane (like split-window), from Theo Buehler.nicm2019-11-18
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-15
|\|
| * Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-14
|\|
| * Add an option to set the key sent by backspace for those whose systemnicm2019-11-14
| | | | | | | | uses ^H rather than ^?. GitHub issue 1969.
* | Merge branch 'obsd-master'Thomas Adam2019-11-07
|\|
| * Add -F flag to send-keys to expand formats in search-backward andnicm2019-11-07
| | | | | | | | | | forward copy mode commands, this makes it easier to use the cursor_word and cursor_line formats. From Anindya Mukherjee in GitHub issue 1964.
* | Merge branch 'obsd-master'Thomas Adam2019-10-23
|\|
| * Document Any key, from Jason Felice.nicm2019-10-23
| |
* | Merge branch 'obsd-master'Thomas Adam2019-10-23
|\|
| * Use the existing code in format.c to add foramts for word and line atnicm2019-10-23
| | | | | | | | cursor position in copy mode, from Anindya Mukherjee.
* | Merge branch 'obsd-master'Thomas Adam2019-10-19
|\|
| * Add formats for cursor and selection position in copy mode, from Jason Felice.nicm2019-10-19
| |
* | Merge branch 'obsd-master'Thomas Adam2019-10-15
|\|
| * Add support for percentage sizes for resize-pane ("-x 10%"). Also changenicm2019-10-15
| | | | | | | | | | split-window and join-pane -l to accept similar percentages and deprecate -p. From Anindya Mukherjee.
* | Merge branch 'obsd-master'Thomas Adam2019-09-19
|\|
| * Add a "latest" window-size option which tries to size windows based onnicm2019-09-19
| | | | | | | | | | the most recently used client. From Tommie Gannert in GitHub issue 1869 based on earlier changes from me.
* | Merge branch 'obsd-master'Thomas Adam2019-09-16
|\|
| * Add push-default and pop-default in styles to change the default coloursnicm2019-09-15
| | | | | | | | | | | | 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.
* | 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.