| Commit message (Expand) | Author | Age |
| * | Fix keys in CHANGES. | Nicholas Marriott | 2019-12-01 |
| * | Merge branch '3.0a-rc' | Nicholas Marriott | 2019-12-01 |
| |\ |
|
| | * | Add to CHANGES. | Nicholas Marriott | 2019-12-01 |
| | * | REG_STARTEND is not portable, but it turns out we don't actually need | nicm | 2019-12-01 |
| | * | Add to CHANGES. | Nicholas Marriott | 2019-12-01 |
| | * | Fix respawn-pane/window if default-command is set, reported by Janos Barbero. | nicm | 2019-11-29 |
| | * | Do not crash when a format doesn't exist, reported by Thomas Sattler. | nicm | 2019-11-28 |
| | * | Missing after-kill-pane option. | nicm | 2019-11-28 |
| | * | Merge branch '3.0-rc' into 3.0a-rc | Nicholas Marriott | 2019-11-27 |
| | |\ |
|
| | | * | 3.0a. | Nicholas Marriott | 2019-11-27 |
| | * | | Use a malloc'd buffer for lsk since commands can be very long, from Gregory P... | Nicholas Marriott | 2019-11-27 |
| | * | | Do not lazily use BUFSIZ for "I don't care what size" when building | nicm | 2019-11-27 |
| | * | | Do not crash trying to fix layout size if only one cell, from Azat Khuzhin. | nicm | 2019-11-27 |
| | |/ |
|
| | * | 3.0 version. | Nicholas Marriott | 2019-11-26 |
| | * | Some old tmux versions can sometimes generate layout strings which have | nicm | 2019-11-26 |
| | * | Do not set uninitialized signal mask when creating an empty pane. | nicm | 2019-09-25 |
| | * | Up and Down are already used, use < and > instead. | nicm | 2019-09-25 |
| | * | Change menu key bindings to Up and Down and also close it on any mouse | nicm | 2019-09-25 |
| | * | Mouse formats don't work in copy mode so don't try to use them. | nicm | 2019-09-25 |
| | * | Make select-pane -P set window-active-style also to match previous | nicm | 2019-09-24 |
| | * | 3.0-rc5. | Nicholas Marriott | 2019-09-16 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-29 |
| |\ \ |
|
| | * | | If a window appears in only one attached session, there is no point in | nicm | 2019-11-29 |
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-28 |
| |\| | |
|
| | * | | Do not crash when a format doesn't exist, reported by Thomas Sattler. | nicm | 2019-11-28 |
| * | | | Revert "add missing definition" | Nicholas Marriott | 2019-11-28 |
| * | | | add missing definition | Thomas Adam | 2019-11-28 |
| * | | | Fix bad merge. | Nicholas Marriott | 2019-11-28 |
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-28 |
| |\| | |
|
| | * | | Missing after-kill-pane option. | nicm | 2019-11-28 |
| | * | | Parse out DA features. | nicm | 2019-11-28 |
| | * | | Long lines and spacing fixes. | nicm | 2019-11-28 |
| | * | | Add xrecallocarray. | nicm | 2019-11-28 |
| | * | | Bump the escape sequence timeout to five seconds to allow for longer | nicm | 2019-11-28 |
| | * | | Make a best effort to set xpixel and ypixel for each pane and add | nicm | 2019-11-28 |
| | * | | Store xpixel/ypixel from TIOCGWINSZ and add formats. | nicm | 2019-11-28 |
| | * | | status-left and status-right need push-default also, reported by Eric | nicm | 2019-11-28 |
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-27 |
| |\| | |
|
| | * | | REG_STARTEND is not portable, but it turns out we don't actually need | nicm | 2019-11-27 |
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-26 |
| |\| | |
|
| | * | | Add default # and * binding with vi(1) keys. | nicm | 2019-11-26 |
| * | | | Fixes to CHANGES. | Nicholas Marriott | 2019-11-26 |
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-26 |
| |\| | |
|
| | * | | Don't use motion flag uninitialized. | nicm | 2019-11-25 |
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-25 |
| |\| | |
|
| | * | | Fix a warning in previous. | nicm | 2019-11-25 |
| | * | | Do not clear search marks on cursor movement with vi(1) keys, from Eric | nicm | 2019-11-25 |
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-25 |
| |\| | |
|
| | * | | Add p format modifier for padding to width. | nicm | 2019-11-25 |
| | * | | Allow multiple substitutions in a single format. | nicm | 2019-11-25 |