aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-01-17
|\
| * Add -N flag to never start server even if command would normally do so,nicm2021-01-17
* | Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott2021-01-17
* | Merge branch 'obsd-master' into masterThomas Adam2021-01-08
|\|
| * Missed from last commit.nicm2021-01-08
* | Merge branch 'obsd-master' into masterThomas Adam2020-12-24
|\|
| * Break cursor movement in grid into a common set of functions that cannicm2020-12-22
* | Merge branch 'obsd-master' into masterThomas Adam2020-12-03
|\|
| * Redraw any visible modes when status line changes so that formats likenicm2020-12-03
* | Merge branch 'obsd-master'Thomas Adam2020-10-30
|\|
| * Add a -O flag to display-menu to change the mouse behaviour and notnicm2020-10-30
* | Merge branch 'obsd-master'Thomas Adam2020-10-05
|\|
| * Use the setal capability as well as (tmux's) Setulc.nicm2020-10-05
* | Merge branch 'obsd-master'Thomas Adam2020-09-22
|\|
| * Fix warnings on some platforms with %llx and add a new message to handlenicm2020-09-22
* | 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
* | Merge branch 'obsd-master'Thomas Adam2020-08-25
|\|
| * Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issuenicm2020-08-25
* | Merge branch 'obsd-master'Thomas Adam2020-07-27
|\|
| * Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-27
* | Merge branch 'obsd-master'Thomas Adam2020-07-21
|\|
| * Fix show-buffer when run from inside tmux, GitHub issue 2314.nicm2020-07-21
* | Merge branch 'obsd-master'Thomas Adam2020-07-06
|\|
| * Add a way for control mode clients to subscribe to a format and benicm2020-07-06
* | Merge branch 'obsd-master'Thomas Adam2020-07-04
|\|
| * kill-window -a cannot just walk the list of windows because ifnicm2020-07-04
* | 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
* | 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
* | Merge branch 'obsd-master'Thomas Adam2020-06-11
|\|
| * Add some formats for search in copy mode (search_present, search_match).nicm2020-06-11
* | Merge branch 'obsd-master'Thomas Adam2020-06-11
|\|
| * Add a -A option to pause a pane manually.nicm2020-06-11
* | Merge branch 'obsd-master'Thomas Adam2020-06-10
|\|
| * Instead of a buffer size limit on each pane, set a limit of 300 secondsnicm2020-06-10
* | Merge branch 'obsd-master'Thomas Adam2020-06-05
|\|
| * Change how panes are resized so that the code is clearer and if the panenicm2020-06-05
* | Merge branch 'obsd-master'Thomas Adam2020-06-05
|\|
| * Fix various confusion about am vs xenl.nicm2020-06-05
* | Merge branch 'obsd-master'Thomas Adam2020-06-05
|\|
| * Add support for pausing a pane when the output buffered for a controlnicm2020-06-05
* | Merge branch 'obsd-master'Thomas Adam2020-06-03
|\|
| * Move the code to set up a padding cell into grid.c.nicm2020-06-02
* | Merge branch 'obsd-master'Thomas Adam2020-06-02
|\|
| * Allow UTF-8 characters of width 0 to be stored, it is useful to be ablenicm2020-06-02
* | Merge branch 'obsd-master'Thomas Adam2020-06-02
|\|