Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' into master | Thomas Adam | 2021-01-17 |
|\ | |||
| * | Add -N flag to never start server even if command would normally do so, | nicm | 2021-01-17 |
| | | | | | | | | GitHub issue 2523. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-01-04 |
|\| | |||
| * | Add a variant of remain-on-exit that only keeps the pane if the program | nicm | 2021-01-04 |
| | | | | | | | | failed, GitHub issue 2513. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-01-01 |
|\| | |||
| * | Add a -C flag to run-shell to use a tmux command rather than a shell command. | nicm | 2021-01-01 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-12-15 |
|\| | |||
| * | Make synchronize-panes a pane option and add -U flag to set-option to | nicm | 2020-12-15 |
| | | | | | | | | unset an option on all panes. GitHub issue 2491 from Rostislav Nesin. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-12-03 |
|\| | |||
| * | Redraw any visible modes when status line changes so that formats like | nicm | 2020-12-03 |
| | | | | | | | | | | the pane title are updated. GitHub issue 2487. Also a man page fix from jmc. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-12-01 |
|\| | |||
| * | Make replacement of ##s consistent when drawing formats, whether | nicm | 2020-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 master | Thomas Adam | 2020-11-30 |
|\| | |||
| * | Ignore running command when checking for no-hooks flag if it is blocked. | nicm | 2020-11-30 |
| | | | | | | | | GitHub issue 2483. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-11-26 |
|\| | |||
| * | Add -N flag to display-panes to ignore keys, GitHub issue 2473. | nicm | 2020-11-26 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-11-09 |
|\| | |||
| * | Change how escaping is processed for formats so that ## and # can be | nicm | 2020-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 Adam | 2020-11-03 |
|\| | |||
| * | Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot | nicm | 2020-11-03 |
| | | | | | | | | com in GitHub issue 2442. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-11-02 |
|\| | |||
| * | Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in | nicm | 2020-11-02 |
| | | | | | | | | GitHub issue 2442. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-10-30 |
|\| | |||
| * | Add a -O flag to display-menu to change the mouse behaviour and not | nicm | 2020-10-30 |
| | | | | | | | | | | close the menu when the mouse is released, from teo_paul1 at yahoo dot com. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-10-09 |
|\| | |||
| * | Escape ! in Ql | tim | 2020-10-09 |
| | | | | | | | | OK jmc@ nicm@, agreement from schwarze@ | ||
| * | Trim "s from process names; also fix a default format in man page. | nicm | 2020-10-05 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-10-05 |
|\| | |||
| * | Use the setal capability as well as (tmux's) Setulc. | nicm | 2020-10-05 |
| | | |||
* | | Correct break-pane default format, from Gregory Pakosz. | Nicholas Marriott | 2020-09-30 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-09-22 |
|\| | |||
| * | Move a sentence to the right command. | nicm | 2020-09-22 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-09-16 |
|\| | |||
| * | Add -q flag to unbind-key to hide errors, GitHub issue 2381. | nicm | 2020-09-16 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-09-02 |
|\| | |||
| * | Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. | nicm | 2020-09-02 |
| | | | | | | | | GitHub issue 2363. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-09-01 |
|\| | |||
| * | Add -F to set-environment and source-file; GitHub issue 2359. | nicm | 2020-09-01 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-08-27 |
|\| | |||
| * | Add pane_last format, GitHub issue 2353. | nicm | 2020-08-27 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-08-20 |
|\| | |||
| * | Add n: modifier to get length of a format, also automatically expand | nicm | 2020-08-20 |
| | | | | | | | | variable name arguments again if they contain a #{. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-27 |
|\| | |||
| * | Add a -d option to display-message to set delay, from theonekeyg at | nicm | 2020-07-27 |
| | | | | | | | | gmail dot com in GitHub issue 2322. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-13 |
|\| | |||
| * | Clarify /tmp permissions and use, GitHub issue 2300. | nicm | 2020-07-13 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-06 |
|\| | |||
| * | Add a way for control mode clients to subscribe to a format and be | nicm | 2020-07-06 |
| | | | | | | | | notified of changes rather than having to poll. GitHub issue 2242. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-03 |
|\| | |||
| * | Missing word, from annihilannic at hotmail dot com, GitHub issue 2288. | nicm | 2020-07-03 |
| | |