summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)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
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
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
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
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addnicm
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
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
2019-11-273.0a.Nicholas Marriott
2019-11-27Use a malloc'd buffer for lsk since commands can be very long, from Gregory P...Nicholas Marriott
2019-11-27Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm
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
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
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 1...nicm
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