Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if | nicm | 2017-09-06 | |
| | | | | | | | | | | | | the pane has already died). | |||
| * | | Add to CHANGES. | Nicholas Marriott | 2017-09-08 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-09-04 | |
| |\| | ||||
| | * | Move to current mouse position not last when clcking in copy mode; fixes | nicm | 2017-09-04 | |
| | | | | | | | | | | | | GitHub issue 1055. Also a man page fix from jmc. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-09-02 | |
| |\| | ||||
| | * | Add selectp -T to set pane title. | nicm | 2017-09-02 | |
| | | | ||||
| * | | Mention GitHub for code. | Nicholas Marriott | 2017-08-30 | |
| | | | ||||
| * | | Add to CHANGES. | Nicholas Marriott | 2017-08-30 | |
| | | | ||||
* | | | Add to CHANGES. | Nicholas Marriott | 2017-08-30 | |
|/ / | ||||
* | | Merge branch 'master' into 2.6-rc | Nicholas Marriott | 2017-08-30 | |
|\ \ | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-30 | |
| |\| | ||||
| | * | Instead of overloading the line clear function to mean free if | nicm | 2017-08-30 | |
| | | | | | | | | | | | | | | | | | | | | | background is default (8), introduce an explicit free function and use it where a free alone is needed. Likewise, use memmove directly rather than grid_move_lines where it makes sense. Based on a memory leak fix by Dan Aloni in GitHub issue 1051. | |||
* | | | Merge branch 'master' into 2.6-rc | Nicholas Marriott | 2017-08-30 | |
|\| | | ||||
| * | | Merge branch 'master' of github.com:tmux/tmux | Nicholas Marriott | 2017-08-30 | |
| |\ \ | ||||
| | * | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-30 | |
| | |\| | ||||
| | | * | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | nicm | 2017-08-30 | |
| | | | | | | | | | | | | | | | | Thomas Sattler. | |||
| * | | | Add to TODO. | Nicholas Marriott | 2017-08-30 | |
| |/ / | ||||
* / / | 2.6-rc version. | Nicholas Marriott | 2017-08-30 | |
|/ / | ||||
* | | Fix position of -v, pointed out by Thomas Sattler. | Nicholas Marriott | 2017-08-30 | |
| | | ||||
* | | Back to master. | Nicholas Marriott | 2017-08-29 | |
| | | ||||
* | | This is not true now... | Nicholas Marriott | 2017-08-29 | |
| | | ||||
* | | Merge branch 'master' into 2.6-rc | Nicholas Marriott | 2017-08-29 | |
|\ \ | ||||
| * \ | Merge branch 'master' of github.com:tmux/tmux | Nicholas Marriott | 2017-08-29 | |
| |\ \ | ||||
| | * | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-29 | |
| | |\| | ||||
| | | * | Redraw rectangle selections properly when cursor at end, GitHub issue 992. | nicm | 2017-08-29 | |
| | | | | ||||
* | | | | Merge branch 'master' into 2.6-rc | Nicholas Marriott | 2017-08-29 | |
|\| | | | ||||
| * | | | More style. | Nicholas Marriott | 2017-08-29 | |
| |/ / | ||||
* / / | 2.6-rc version. | Nicholas Marriott | 2017-08-29 | |
|/ / | ||||
* | | Style of headings. | Nicholas Marriott | 2017-08-29 | |
| | | ||||
* | | Fix example from Adam Spiers. | Nicholas Marriott | 2017-08-29 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-29 | |
|\| | ||||
| * | Support REP escape sequence (\033[b). | nicm | 2017-08-29 | |
| | | ||||
| * | Check for complete keys before escape prefix, allows keys to be defined | nicm | 2017-08-29 | |
| | | | | | | | | with a leading escape. GitHub issue 1048. | |||
* | | Merge branch 'master' of github.com:tmux/tmux | Nicholas Marriott | 2017-08-29 | |
|\ \ | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-28 | |
| |\| | ||||
| | * | Do not forbid targets to specify non-visible panes - the checks for | nicm | 2017-08-28 | |
| | | | | | | | | | | | | visibility are better where the target is used. GitHub issue 1049. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-27 | |
| |\| | ||||
| | * | Do not allow the current line of screen when the preview is toggled, | nicm | 2017-08-27 | |
| | | | | | | | | | | | | from Thomas Adam. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-27 | |
| |\| | ||||
| | * | Use kind and kri for S-Up/Down as well as kUP and kDN. | nicm | 2017-08-27 | |
| | | | ||||
* | | | Update CHANGES. | Nicholas Marriott | 2017-08-29 | |
|/ / | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-24 | |
|\| | ||||
| * | When tty is error or closed, remove client. Reported by Thomas Sattler. | nicm | 2017-08-24 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-23 | |
|\| | ||||
| * | Key (v) and flag (-N) to toggle preview in choose modes. | nicm | 2017-08-23 | |
| | | ||||
| * | Fix searching when match is at end of line, from Brad Town. | nicm | 2017-08-23 | |
| | | ||||
| * | Allow multiple bells even if there is an existing bell (but not activity | nicm | 2017-08-23 | |
| | | | | | | | | or silence), from Brad Town. | |||
| * | Run alert hooks based on the options rather than unconditionally, from | nicm | 2017-08-23 | |
| | | | | | | | | Brad Town. | |||
* | | Add to TODO. | Nicholas Marriott | 2017-08-22 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-22 | |
|\| |