Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-25 | |
|\| | ||||
| * | Note that notifications are also hooks. | nicm | 2017-10-25 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-25 | |
|\| | ||||
| * | Default allow-rename to off because it is ridiculous that applications | nicm | 2017-10-25 | |
| | | | | | | | | are even able to do this and confusing when they do. | |||
* | | Update CHANGES. | Nicholas Marriott | 2017-10-25 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-25 | |
|\| | ||||
| * | h/l keys for expand and collapse. | nicm | 2017-10-25 | |
| | | ||||
| * | Add P key to paste tagged in buffer mode, and trim some code that should | nicm | 2017-10-25 | |
| | | | | | | | | no longer be necessary. | |||
* | | Merge branch 'master' of github.com:tmux/tmux | Nicholas Marriott | 2017-10-25 | |
|\ \ | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-22 | |
| |\| | ||||
| | * | Use window_pane_index() when drawing pane numbers (so pane-base-index is | nicm | 2017-10-22 | |
| | | | | | | | | | | | | applied), from Thomas Adam. GitHub issue 1125. | |||
* | | | Update TODO. | Nicholas Marriott | 2017-10-25 | |
|/ / | ||||
* | | Apparently vim(1) now has syntax highlighting built in, GitHub issue 1124. | Nicholas Marriott | 2017-10-22 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-20 | |
|\| | ||||
| * | Clear status line with spaces again so reverse works, spotted by sthen. | nicm | 2017-10-20 | |
| | | ||||
* | | Need compat for queue.h. | Nicholas Marriott | 2017-10-20 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-20 | |
|\| | | | | | | | | | Conflicts: server-fn.c | |||
| * | Infrastructure for drawing status lines of more than one line in height, | nicm | 2017-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 from | nicm | 2017-10-12 | |
| | | | | | | | | Timo Boettcher in GitHub issue 1103. | |||
* | | Save and restore LIBS when checking for b64_ntop, reported by Ralf Friedl. | Nicholas Marriott | 2017-10-17 | |
| | | ||||
* | | Merge branch 'master' of github.com:tmux/tmux | Nicholas Marriott | 2017-10-12 | |
|\ \ | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-11 | |
| |\| | ||||
| | * | Box around label in preview. | nicm | 2017-10-11 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-11 | |
| |\| | ||||
| | * | Clear to end of line properly with UTF-8 present. | nicm | 2017-10-11 | |
| | | | ||||
* | | | Check missed during merge. | Nicholas Marriott | 2017-10-12 | |
|/ / | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-11 | |
|\| | ||||
| * | Add C-n and C-p keys for tree mode, and choose the right initial line | nicm | 2017-10-11 | |
| | | | | | | | | when no panes. | |||
* | | Merge branch 'master' of github.com:tmux/tmux | Nicholas Marriott | 2017-10-11 | |
|\ \ | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-09 | |
| |\| | ||||
| | * | kind should be S-Down not S-Up. | nicm | 2017-10-09 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-08 | |
| |\| | ||||
| | * | Fix description of history_size, from Campbell Barton. | nicm | 2017-10-08 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-06 | |
| |\| | ||||
| | * | Support %else in config files to match %if, from Brad Town in GitHub | nicm | 2017-10-06 | |
| | | | | | | | | | | | | issue 1071. | |||
* | | | Include headers if found regardless of forkpty. | Nicholas Marriott | 2017-10-11 | |
|/ / | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-06 | |
|\| | ||||
| * | Add -- to some key bindings so leading -s work. | nicm | 2017-10-05 | |
| | | ||||
| * | Add support for the xterm(1) title stack, from Brad Town, GitHub issue | nicm | 2017-10-05 | |
| | | | | | | | | 1075. | |||
| * | When writing batches of characters to the screen, we need to clear | nicm | 2017-10-05 | |
| | | | | | | | | | | padding or later UTF-8 characters could be displayed incorrectly. GitHub issue 1090. | |||
* | | Merge branch '2.6-rc' | Nicholas Marriott | 2017-10-05 | |
|\ \ | ||||
| * | | 2.6. | Nicholas Marriott | 2017-10-05 | |
| | | | ||||
| * | | Initialize alerts timer event where it is used, avoids crash with new windows. | nicm | 2017-09-22 | |
| | | | ||||
| * | | 2.6-rc3. | Nicholas Marriott | 2017-09-11 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2017-09-22 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Initialize alerts timer event where it is used, avoids crash with new windows. | nicm | 2017-09-22 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2017-09-13 | |
|\| | | ||||
| * | | Remove unused (always 1) arguments from some functions, from Daniel | nicm | 2017-09-13 | |
| | | | | | | | | | | | | Mueller in GitHub issue 1073. | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2017-09-11 | |
|\| | | ||||
| * | | Check event is initialized before delete; fixes crash reported by | nicm | 2017-09-11 | |
| | | | | | | | | | | | | Michael Nickerson in GitHub issue 1068. |