summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-12-01Add to CHANGES.3.0aNicholas Marriott
2019-12-01REG_STARTEND is not portable, but it turns out we don't actually neednicm
it. From Evan Green, GitHub issue 1982.
2019-12-01Add to CHANGES.Nicholas Marriott
2019-11-29Merge branch 'obsd-master'Thomas Adam
2019-11-29Fix respawn-pane/window if default-command is set, reported by Janos Barbero.nicm
2019-11-29If a window appears in only one attached session, there is no point innicm
worrying about which is the latest client (there is only one).
2019-11-28Do not crash when a format doesn't exist, reported by Thomas Sattler.nicm
2019-11-28Merge branch 'obsd-master'Thomas Adam
2019-11-28Do not crash when a format doesn't exist, reported by Thomas Sattler.nicm
2019-11-28Revert "add missing definition"Nicholas Marriott
This reverts commit 743939ec84f4652f1d3288e70a4c1aca327a0e07.
2019-11-28add missing definitionThomas Adam
2019-11-28Fix bad merge.Nicholas Marriott
2019-11-28Missing after-kill-pane option.nicm
2019-11-28Merge branch 'obsd-master'Thomas Adam
2019-11-28Missing after-kill-pane option.nicm
2019-11-28Parse out DA features.nicm
2019-11-28Long lines and spacing fixes.nicm
2019-11-28Add xrecallocarray.nicm
2019-11-28Bump the escape sequence timeout to five seconds to allow for longernicm
legitimate sequences.
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addnicm
formats for them.
2019-11-28Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm
2019-11-28status-left and status-right need push-default also, reported by Ericnicm
Pruitt in GitHub issue 1989.
2019-11-27Merge branch 'obsd-master'Thomas Adam
2019-11-27Merge branch '3.0-rc' into 3.0a-rcNicholas Marriott
2019-11-27REG_STARTEND is not portable, but it turns out we don't actually neednicm
it. From Evan Green, GitHub issue 1982.
2019-11-273.0a.Nicholas Marriott
2019-11-27Use a malloc'd buffer for lsk since commands can be very long, from Gregory ↵Nicholas Marriott
Pakosz.
2019-11-27Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm
strings because it is only guaranteed to be 256 bytes and even the default 1024 is not always enough. Reported by Gregory Pakosz.
2019-11-27Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.nicm
2019-11-26Merge branch 'obsd-master'Thomas Adam
2019-11-26Add default # and * binding with vi(1) keys.nicm
2019-11-26Fixes to CHANGES.Nicholas Marriott
2019-11-263.0 version.Nicholas Marriott
2019-11-26Some old tmux versions can sometimes generate layout strings which havenicm
the incorrect size for the top cell. Previously tmux didn't care but now that panes can be partly hidden, the size matters and is checked more strictly. So add some code to fix up the most common problem and a sanity check to reject layouts with any other size problems. Reported by Aleksandrs Ledovskis in GitHub issue 1930.
2019-11-26Merge branch 'obsd-master'Thomas Adam
2019-11-25Don't use motion flag uninitialized.nicm
2019-11-25Merge branch 'obsd-master'Thomas Adam
2019-11-25Fix a warning in previous.nicm
2019-11-25Do not clear search marks on cursor movement with vi(1) keys, from Ericnicm
Pruitt in GitHub issue 1985.
2019-11-25Merge branch 'obsd-master'Thomas Adam
2019-11-25Add p format modifier for padding to width.nicm
2019-11-25Allow multiple substitutions in a single format.nicm
2019-11-24Merge branch 'obsd-master'Thomas Adam
2019-11-24Only substitute patterns starting with ^ once.nicm
2019-11-20Merge branch 'obsd-master'Thomas Adam
2019-11-20Do not check the client readonly flag when there is no client, GitHub issue ↵nicm
1980.
2019-11-18Update CHANGES.Nicholas Marriott
2019-11-18Merge branch 'obsd-master'Thomas Adam
2019-11-18Add -f for full size to join-pane (like split-window), from Theo Buehler.nicm
2019-11-18Keep modifiers on backspace when translating it.nicm