aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master' into masterThomas Adam2020-12-01
|\|
| * Make replacement of ##s consistent when drawing formats, whethernicm2020-12-01
| | | | | | | | | | | | followed by [ or not. Add a flag (e) to the q: format modifier to double up #s and use it for the window_flags format variable so it doesn't end up escaping any following text. GitHub issue 2485.
* | Merge branch 'obsd-master' into masterThomas Adam2020-11-30
|\|
| * Ignore running command when checking for no-hooks flag if it is blocked.nicm2020-11-30
| | | | | | | | GitHub issue 2483.
* | Merge branch 'obsd-master' into masterThomas Adam2020-11-26
|\|
| * Add -N flag to display-panes to ignore keys, GitHub issue 2473.nicm2020-11-26
| |
* | Merge branch 'obsd-master'Thomas Adam2020-11-09
|\|
| * Change how escaping is processed for formats so that ## and # can benicm2020-11-09
| | | | | | | | | | used in styles. Also add a 'w' format modifier for the width. From Chas J Owens IV in GitHub issue 2389.
* | Merge branch 'obsd-master'Thomas Adam2020-11-03
|\|
| * Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dotnicm2020-11-03
| | | | | | | | com in GitHub issue 2442.
* | Merge branch 'obsd-master'Thomas Adam2020-11-02
|\|
| * Add numeric comparisons for formats, from teo_paul1 at yahoo dot com innicm2020-11-02
| | | | | | | | GitHub issue 2442.
* | Merge branch 'obsd-master'Thomas Adam2020-10-30
|\|
| * Add a -O flag to display-menu to change the mouse behaviour and notnicm2020-10-30
| | | | | | | | | | close the menu when the mouse is released, from teo_paul1 at yahoo dot com.
* | Merge branch 'obsd-master'Thomas Adam2020-10-09
|\|
| * Escape ! in Qltim2020-10-09
| | | | | | | | OK jmc@ nicm@, agreement from schwarze@
| * Trim "s from process names; also fix a default format in man page.nicm2020-10-05
| |
* | Merge branch 'obsd-master'Thomas Adam2020-10-05
|\|
| * Use the setal capability as well as (tmux's) Setulc.nicm2020-10-05
| |
* | Correct break-pane default format, from Gregory Pakosz.Nicholas Marriott2020-09-30
| |
* | Merge branch 'obsd-master'Thomas Adam2020-09-22
|\|
| * Move a sentence to the right command.nicm2020-09-22
| |
* | Merge branch 'obsd-master'Thomas Adam2020-09-16
|\|
| * Add -q flag to unbind-key to hide errors, GitHub issue 2381.nicm2020-09-16
| |
* | Merge branch 'obsd-master'Thomas Adam2020-09-02
|\|
| * Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.nicm2020-09-02
| | | | | | | | GitHub issue 2363.
* | Merge branch 'obsd-master'Thomas Adam2020-09-01
|\|
| * Add -F to set-environment and source-file; GitHub issue 2359.nicm2020-09-01
| |
* | Merge branch 'obsd-master'Thomas Adam2020-08-27
|\|
| * Add pane_last format, GitHub issue 2353.nicm2020-08-27
| |
* | Merge branch 'obsd-master'Thomas Adam2020-08-20
|\|
| * Add n: modifier to get length of a format, also automatically expandnicm2020-08-20
| | | | | | | | variable name arguments again if they contain a #{.
* | Merge branch 'obsd-master'Thomas Adam2020-07-27
|\|
| * Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-27
| | | | | | | | gmail dot com in GitHub issue 2322.
* | Merge branch 'obsd-master'Thomas Adam2020-07-13
|\|
| * Clarify /tmp permissions and use, GitHub issue 2300.nicm2020-07-13
| |
* | Merge branch 'obsd-master'Thomas Adam2020-07-06
|\|
| * Add a way for control mode clients to subscribe to a format and benicm2020-07-06
| | | | | | | | notified of changes rather than having to poll. GitHub issue 2242.
* | Merge branch 'obsd-master'Thomas Adam2020-07-03
|\|
| * Missing word, from annihilannic at hotmail dot com, GitHub issue 2288.nicm2020-07-03
| |
* | Merge branch 'obsd-master'Thomas Adam2020-06-18
|\|
| * Add a flag to make a client wait for an empty line before exiting innicm2020-06-18
| | | | | | | | control mode to avoid stray commands ending up in the shell.
* | Merge branch 'obsd-master'Thomas Adam2020-06-16
|\|
| * d and D keys to reset to default in customize mode.nicm2020-06-16
| |
* | Merge branch 'obsd-master'Thomas Adam2020-06-13
|\|
| * Add -b flags to insert a window before (like the existing -a for after)nicm2020-06-13
| | | | | | | | to break-pane, move-window, new-window. GitHub issue 2261.
* | Merge branch 'obsd-master'Thomas Adam2020-06-12
|\|
| * move-pane also defaults to marked pane now, reported by Ben Challenor.nicm2020-06-12
| |
* | Merge branch 'obsd-master'Thomas Adam2020-06-11
|\|
| * Add some formats for search in copy mode (search_present, search_match).nicm2020-06-11
| | | | | | | | GitHub issue 2268.