summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-12-12Change source-file to use new file code which allows it to read fromnicm
2019-12-12Do not check if client is dead if it is NULL.nicm
2019-12-12Rewrite the code for reading and writing files. Now, if the client isnicm
2019-12-11Merge branch 'obsd-master'Thomas Adam
2019-12-11Tweak previous to check the wrapped flag and stop if not set.nicm
2019-12-11Allow search across wrapped lines and fix some inconsistencies in how thnicm
2019-12-11Merge branch 'obsd-master'Thomas Adam
2019-12-11Do not set cursor colour to default unless it has been changed, GitHubnicm
2019-12-10Add to CHANGES.Nicholas Marriott
2019-12-10Add ~/.config/tmux/tmux.conf to the default search path for configuration filesNicholas Marriott
2019-12-10Merge branch 'obsd-master'Thomas Adam
2019-12-10Make TMUX_CONF a list of files and expand leading $FOO or ~.nicm
2019-12-03Check each _PATH_* define individually (Solaris has paths.h but not all of theNicholas Marriott
2019-12-03Merge branch 'obsd-master'Thomas Adam
2019-12-03Style nits in function arguments.nicm
2019-12-02Merge branch 'obsd-master'Thomas Adam
2019-12-02Remove client menu, I don't think it adds anything.nicm
2019-12-01Fix keys in CHANGES.Nicholas Marriott
2019-12-01Merge branch '3.0a-rc'Nicholas Marriott
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