aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * 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
| | |
* | | Merge branch 'obsd-master'Thomas Adam2017-09-13
|\| |
| * | Remove unused (always 1) arguments from some functions, from Danielnicm2017-09-13
| | | | | | | | | | | | Mueller in GitHub issue 1073.
* | | Merge branch 'obsd-master'Thomas Adam2017-09-11
|\| |
| * | Check event is initialized before delete; fixes crash reported bynicm2017-09-11
| | | | | | | | | | | | Michael Nickerson in GitHub issue 1068.
* | | 2.6-rc3.Nicholas Marriott2017-09-11
| |/ |/|
* | Merge branch 'master' into 2.6-rcNicholas Marriott2017-09-11
|\ \
| * | Merge branch 'obsd-master'Thomas Adam2017-09-11
| |\|
| | * Mention that filter is a format.nicm2017-09-11
| | |
| | * Do not free more lines than are available in the history.nicm2017-09-11
| | |
* | | 2.6-rc2.Nicholas Marriott2017-09-10
| | |
* | | Merge branch 'master' into 2.6-rcNicholas Marriott2017-09-10
|\| |
| * | Merge branch 'obsd-master'Thomas Adam2017-09-10
| |\|
| | * Previously, extended cell data was never reduced in size even when thenicm2017-09-10
| | | | | | | | | | | | | | | | | | | | | cell was overwritten. With a large history this can be a substantial amount of memory. To reduce this, compact each extended cell list to only cells in use as it is scrolled off the visible screen into the history. From Dan Aloni in GitHub issue 1062.
* | | Merge branch 'master' into 2.6-rcNicholas Marriott2017-09-10
|\| |
| * | Merge branch 'obsd-master'Thomas Adam2017-09-10
| |\| | | | | | | | | | | | | Conflicts: server-client.c
| | * Apply timeout to CAN and RS which also wait for ST.nicm2017-09-10
| | |
| | * Fix a few errors in how the selected line is chosen after resize,nicm2017-09-08
| | | | | | | | | | | | reported by Felix Rosencrantz in GitHub issue 1059.
| | * When removing a key table clear it out of clients, fixes issue withnicm2017-09-08
| | | | | | | | | | | | unbind -a reported by Thomas Sattler.
| | * Do not fail if unset an option that is already unset, reported by Thomasnicm2017-09-07
| | | | | | | | | | | | Sattler.
| | * Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible ifnicm2017-09-06
| | | | | | | | | | | | the pane has already died).
| * | Add to CHANGES.Nicholas Marriott2017-09-08
| | |
| * | Merge branch 'obsd-master'Thomas Adam2017-09-04
| |\|
| | * Move to current mouse position not last when clcking in copy mode; fixesnicm2017-09-04
| | | | | | | | | | | | GitHub issue 1055. Also a man page fix from jmc.
| * | Merge branch 'obsd-master'Thomas Adam2017-09-02
| |\|
| | * Add selectp -T to set pane title.nicm2017-09-02
| | |
| * | Mention GitHub for code.Nicholas Marriott2017-08-30
| | |