summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-08Merge branch 'obsd-master'Thomas Adam
2018-03-08Add a missing client-detached hook when the server shuts down, and donicm
2018-03-05Merge branch 'obsd-master'Thomas Adam
2018-03-05For some reason tmux treats SGR 10 as SGR 0. It has done since the firstnicm
2018-03-02Fix cmp use.Nicholas Marriott
2018-03-01Merge branch 'obsd-master'Thomas Adam
2018-03-01Expand formats in window and session names.nicm
2018-02-28Merge branch 'obsd-master'Thomas Adam
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
2018-02-26Merge branch 'obsd-master'Thomas Adam
2018-02-26C-g for modes too, from Mike Hamrick.nicm
2018-02-22Merge branch 'obsd-master'Thomas Adam
2018-02-22Merge branch 'obsd-master'Thomas Adam
2018-02-22Remove an unused variable.nicm
2018-02-22Check prefix when retrying so it is checked while repeat flag isnicm
2018-02-22Add exit-empty option to exit server if no sessions (defaults to on).nicm
2018-02-20Merge branch 'obsd-master'Thomas Adam
2018-02-20Do not leak memory when working out job name in formats.nicm
2018-02-19Merge branch 'obsd-master'Thomas Adam
2018-02-19Update CHANGES.Nicholas Marriott
2018-02-19Support ISO colon-separated SGR.nicm
2018-02-16Merge branch 'obsd-master'Thomas Adam
2018-02-16Reflowing the grid in-place involved way too much memmove() for a bignicm
2018-02-05Merge branch 'obsd-master'Thomas Adam
2018-02-05Add struct status_line to hold status line members of struct client, notnicm
2018-02-05Merge branch 'obsd-master'Thomas Adam
2018-02-05Show if filter is active/no matches in modes.nicm
2018-02-04Merge branch 'obsd-master'Thomas Adam
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBnicm
2018-01-29Add more to TODO.Nicholas Marriott
2018-01-29Add to TODO.Nicholas Marriott
2018-01-18Merge branch 'obsd-master'Thomas Adam
2018-01-18Discard all but the last line when reading from a #() command - thenicm
2018-01-18Merge branch 'obsd-master'Thomas Adam
2018-01-18Remove unused hooks_run function, from Thomas Adam.nicm
2018-01-17Merge branch 'obsd-master'Thomas Adam
2018-01-16Fix drawing of ACS characters (they need to go character-at-a-time),nicm
2018-01-16Add -I to pipe-pane to connect pane stdin as well as stdout, suggestednicm
2018-01-16msys is apparently a cygwin variant that doesn't say it is cygwin...Nicholas Marriott
2018-01-15Another redundant check, GitHub issue 1219.nicm
2018-01-15Some unused code, GitHub issue 1219.nicm
2018-01-12Do not collect top-bit-set characters in case they need to be replaced.nicm
2018-01-12Simplify character replacement on non-UTF-8 terminals and make a commonnicm
2018-01-12Simplify UTF-8 states down into one state.nicm
2018-01-12Improve error message if creating socket parent directory fails, fromnicm
2018-01-12Improve logging for layout cells.nicm
2018-01-01Merge branch 'obsd-master'Thomas Adam
2018-01-01Prefer PWD for current directory if present in client, from Wei Zhao innicm
2018-01-01Add C-g at command prompt for emacs people, GitHub issue 1213.nicm
2017-12-31Merge branch 'obsd-master'Thomas Adam