aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Do not set uninitialized signal mask when creating an empty pane.nicm2019-09-25
| | |
| * | Up and Down are already used, use < and > instead.nicm2019-09-25
| | |
| * | Change menu key bindings to Up and Down and also close it on any mousenicm2019-09-25
| | | | | | | | | | | | press if opened by key.
| * | Mouse formats don't work in copy mode so don't try to use them.nicm2019-09-25
| | |
| * | Make select-pane -P set window-active-style also to match previousnicm2019-09-24
| | | | | | | | | | | | behaviour, reported by Thomas Sattler.
| * | 3.0-rc5.Nicholas Marriott2019-09-16
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-29
|\ \ \ | | |/ | |/|
| * | If a window appears in only one attached session, there is no point innicm2019-11-29
| | | | | | | | | | | | worrying about which is the latest client (there is only one).
* | | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\| |
| * | Do not crash when a format doesn't exist, reported by Thomas Sattler.nicm2019-11-28
| | |
* | | Revert "add missing definition"Nicholas Marriott2019-11-28
| | | | | | | | | | | | This reverts commit 743939ec84f4652f1d3288e70a4c1aca327a0e07.
* | | add missing definitionThomas Adam2019-11-28
| | |
* | | Fix bad merge.Nicholas Marriott2019-11-28
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\| |
| * | Missing after-kill-pane option.nicm2019-11-28
| | |
| * | Parse out DA features.nicm2019-11-28
| | |
| * | Long lines and spacing fixes.nicm2019-11-28
| | |
| * | Add xrecallocarray.nicm2019-11-28
| | |
| * | Bump the escape sequence timeout to five seconds to allow for longernicm2019-11-28
| | | | | | | | | | | | legitimate sequences.
| * | Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
| | | | | | | | | | | | formats for them.
| * | Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm2019-11-28
| | |
| * | status-left and status-right need push-default also, reported by Ericnicm2019-11-28
| | | | | | | | | | | | Pruitt in GitHub issue 1989.
* | | Merge branch 'obsd-master'Thomas Adam2019-11-27
|\| |
| * | REG_STARTEND is not portable, but it turns out we don't actually neednicm2019-11-27
| | | | | | | | | | | | it. From Evan Green, GitHub issue 1982.
* | | Merge branch 'obsd-master'Thomas Adam2019-11-26
|\| |
| * | Add default # and * binding with vi(1) keys.nicm2019-11-26
| | |
* | | Fixes to CHANGES.Nicholas Marriott2019-11-26
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-26
|\| |
| * | Don't use motion flag uninitialized.nicm2019-11-25
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-25
|\| |
| * | Fix a warning in previous.nicm2019-11-25
| | |
| * | Do not clear search marks on cursor movement with vi(1) keys, from Ericnicm2019-11-25
| | | | | | | | | | | | Pruitt in GitHub issue 1985.
* | | Merge branch 'obsd-master'Thomas Adam2019-11-25
|\| |
| * | Add p format modifier for padding to width.nicm2019-11-25
| | |
| * | Allow multiple substitutions in a single format.nicm2019-11-25
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-24
|\| |
| * | Only substitute patterns starting with ^ once.nicm2019-11-24
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-20
|\| |
| * | Do not check the client readonly flag when there is no client, GitHub issue ↵nicm2019-11-20
| | | | | | | | | | | | 1980.
* | | Update CHANGES.Nicholas Marriott2019-11-18
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-18
|\| |
| * | Add -f for full size to join-pane (like split-window), from Theo Buehler.nicm2019-11-18
| | |
| * | Keep modifiers on backspace when translating it.nicm2019-11-18
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-15
|\| |
| * | Do not add path if it is NULL, duh.nicm2019-11-15
| | |
| * | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-14
|\| |
| * | Change window-size default from smallest to latest.nicm2019-11-14
| | |
* | | Merge branch 'obsd-master'Thomas Adam2019-11-14
|\| |
| * | Fix parsing of DA with only one argument in the response and add 65 for VT520.nicm2019-11-14
| | |