aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
| | | | | | | | disables).
| * There is no point in reflowing panes which have not changed width.nicm2017-11-02
| |
* | Merge branch 'obsd-master'Thomas Adam2017-10-26
|\|
| * Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm2017-10-26
| | | | | | | | and a man page tweak from jmc.
* | Merge branch 'obsd-master'Thomas Adam2017-10-25
|\|
| * Note that notifications are also hooks.nicm2017-10-25
| |
* | Merge branch 'obsd-master'Thomas Adam2017-10-25
|\|
| * Default allow-rename to off because it is ridiculous that applicationsnicm2017-10-25
| | | | | | | | are even able to do this and confusing when they do.
* | Update CHANGES.Nicholas Marriott2017-10-25
| |
* | Merge branch 'obsd-master'Thomas Adam2017-10-25
|\|
| * h/l keys for expand and collapse.nicm2017-10-25
| |
| * Add P key to paste tagged in buffer mode, and trim some code that shouldnicm2017-10-25
| | | | | | | | no longer be necessary.
* | Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott2017-10-25
|\ \
| * | Merge branch 'obsd-master'Thomas Adam2017-10-22
| |\|
| | * Use window_pane_index() when drawing pane numbers (so pane-base-index isnicm2017-10-22
| | | | | | | | | | | | applied), from Thomas Adam. GitHub issue 1125.
* | | Update TODO.Nicholas Marriott2017-10-25
|/ /
* | Apparently vim(1) now has syntax highlighting built in, GitHub issue 1124.Nicholas Marriott2017-10-22
| |
* | Merge branch 'obsd-master'Thomas Adam2017-10-20
|\|
| * Clear status line with spaces again so reverse works, spotted by sthen.nicm2017-10-20
| |
* | Need compat for queue.h.Nicholas Marriott2017-10-20
| |
* | Merge branch 'obsd-master'Thomas Adam2017-10-20
|\| | | | | | | | | Conflicts: server-fn.c
| * Infrastructure for drawing status lines of more than one line in height,nicm2017-10-16
| | | | | | | | still only one is allowed but this lets tmux draw bigger ones.
| * Show exit status and time in the remain-on-exit pane text, mostly fromnicm2017-10-12
| | | | | | | | Timo Boettcher in GitHub issue 1103.
* | Save and restore LIBS when checking for b64_ntop, reported by Ralf Friedl.Nicholas Marriott2017-10-17
| |
* | Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott2017-10-12
|\ \
| * | Merge branch 'obsd-master'Thomas Adam2017-10-11
| |\|
| | * Box around label in preview.nicm2017-10-11
| | |
| * | Merge branch 'obsd-master'Thomas Adam2017-10-11
| |\|
| | * Clear to end of line properly with UTF-8 present.nicm2017-10-11
| | |
* | | Check missed during merge.Nicholas Marriott2017-10-12
|/ /
* | Merge branch 'obsd-master'Thomas Adam2017-10-11
|\|
| * Add C-n and C-p keys for tree mode, and choose the right initial linenicm2017-10-11
| | | | | | | | when no panes.
* | Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott2017-10-11
|\ \
| * | Merge branch 'obsd-master'Thomas Adam2017-10-09
| |\|
| | * kind should be S-Down not S-Up.nicm2017-10-09
| | |
| * | Merge branch 'obsd-master'Thomas Adam2017-10-08
| |\|
| | * Fix description of history_size, from Campbell Barton.nicm2017-10-08
| | |
| * | Merge branch 'obsd-master'Thomas Adam2017-10-06
| |\|
| | * Support %else in config files to match %if, from Brad Town in GitHubnicm2017-10-06
| | | | | | | | | | | | issue 1071.
* | | Include headers if found regardless of forkpty.Nicholas Marriott2017-10-11
|/ /
* | Merge branch 'obsd-master'Thomas Adam2017-10-06
|\|
| * Add -- to some key bindings so leading -s work.nicm2017-10-05
| |
| * Add support for the xterm(1) title stack, from Brad Town, GitHub issuenicm2017-10-05
| | | | | | | | 1075.
| * When writing batches of characters to the screen, we need to clearnicm2017-10-05
| | | | | | | | | | padding or later UTF-8 characters could be displayed incorrectly. GitHub issue 1090.
* | Merge branch '2.6-rc'Nicholas Marriott2017-10-05
|\ \
| * | 2.6.Nicholas Marriott2017-10-05
| | |
| * | Initialize alerts timer event where it is used, avoids crash with new windows.nicm2017-09-22
| | |
| * | 2.6-rc3.Nicholas Marriott2017-09-11
| | |
* | | Merge branch 'obsd-master'Thomas Adam2017-09-22
|\ \ \ | | |/ | |/|
| * | Initialize alerts timer event where it is used, avoids crash with new windows.nicm2017-09-22
| | |