summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-01-12Merge branch 'obsd-master'Thomas Adam
2020-01-12The terminal type was never as much use as I expected so remove it innicm
favour of a couple of flags for the features used (DECSLRM and DECFRA). Also rename the flag for no xenl to be more obvious while here.
2020-01-12Loop over all DA features, don't skip the first.nicm
2020-01-08Merge branch 'obsd-master'Thomas Adam
2020-01-08Do not hang in format_trim_* on invalid UTF-8 characters.nicm
2020-01-08Merge branch 'obsd-master'Thomas Adam
2020-01-08Add -Z to default switch-client command in tree mode, matches previousnicm
behaviour.
2020-01-05Merge branch 'obsd-master'Thomas Adam
2020-01-05Common function to free key bindings.nicm
2020-01-05Merge branch 'obsd-master'Thomas Adam
2020-01-05Send errors to stdout in control mode so they don't get reordered withnicm
other output, reported by George Nachman in GitHub issue 2048.
2020-01-04Merge branch 'obsd-master'Thomas Adam
2020-01-04Add ~ to quoted characters for %%%, reported by tb@.nicm
2020-01-02Merge branch 'obsd-master'Thomas Adam
2020-01-02Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, fromnicm
davidegirardi in GitHub issue 2046.
2020-01-02Merge branch 'obsd-master'Thomas Adam
2020-01-01Document client exit messages.nicm
2020-01-01Fix format expansion in window names, reported by Suraj N Kurapati.nicm
2019-12-30Merge branch 'obsd-master'Thomas Adam
2019-12-30Do not let readonly clients limit the size, suggested by Max Barracloughnicm
in GitHub issue 2042.
2019-12-27Merge branch 'obsd-master'Thomas Adam
2019-12-27Support regex search in copy mode, from Anindya Mukherjee in GitHubnicm
issue 2038.
2019-12-26Merge branch 'obsd-master'Thomas Adam
2019-12-26Pass correct value into iterator callback for time formats.nicm
2019-12-26Merge branch 'obsd-master'Thomas Adam
2019-12-26Add a number of new formats to inspect what sessions and clients anicm
window is present or active in. From Tyler Culp in GitHub issue 2034.
2019-12-24Merge branch 'obsd-master'Thomas Adam
2019-12-24Fix name of option, GitHub issue 2030.nicm
2019-12-21Merge branch 'obsd-master'Thomas Adam
2019-12-21Restore source-file -q behaviour, broken in r1.42; OK nicm@tim
2019-12-19Merge branch 'obsd-master'Thomas Adam
2019-12-19When adding a list with multiple commands to the queue, the next item tonicm
insert after needs to be the last one added, not the first. Reported by Jason Kim in GitHub issue 2023.
2019-12-18Add back utempter code, reported by Peter Schellenbach.Nicholas Marriott
2019-12-18Merge branch 'obsd-master'Thomas Adam
2019-12-18Do not rely on errno after glob(3) fails.nicm
2019-12-17Merge branch 'obsd-master'Thomas Adam
2019-12-17Use the message that has already been built rather than the va_list.nicm
2019-12-16Define FNM_CASEFOLD to 0 for AIX, from Eric N Vander Weele.Nicholas Marriott
2019-12-16Remove imsg.h.Nicholas Marriott
2019-12-16Merge branch 'obsd-master'Thomas Adam
2019-12-16If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/Xnicm
ends up pointing to the wrong place before it is passed to the client. The path is only used internally so there is no real need for realpath(), remove it and move the get_path function to file.c where all the callers are.
2019-12-16Need to include message size in the maximum buffer calculation.nicm
2019-12-16Instead of using large buffers in imsgs, add the data or path onto the end.nicm
2019-12-13Add to CHANGES.Nicholas Marriott
2019-12-13Merge branch 'obsd-master'Thomas Adam
2019-12-13Show UTF-8 in choose-buffer mode. From KOIE Hidetaka.nicm
2019-12-13Merge branch 'obsd-master'Thomas Adam
2019-12-13Need to check in the error callback also.nicm
2019-12-13Do not spin waiting for exit, instead check in the write callback.nicm
2019-12-12Merge branch 'obsd-master'Thomas Adam