summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-03-12Update CHANGES.Nicholas Marriott
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.nicm
2019-03-08Merge branch 'obsd-master'Thomas Adam
2019-03-08Make the mode used to view command output (a variant of copy mode) usenicm
2019-03-08Do not use window mode entry after free.nicm
2019-03-07Merge branch 'obsd-master'Thomas Adam
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2019-03-07Merge branch 'obsd-master'Thomas Adam
2019-03-07Tidy changing the mode into window_copy_init_for_output.nicm
2019-03-07Make adding mode formats a function pointer as well.nicm
2019-03-07Add to TODO.Nicholas Marriott
2019-03-04Merge branch 'obsd-master'Thomas Adam
2019-03-04Fix sense of aggressive-resize flag.nicm
2019-03-04Don't set client offset if client is not a terminalnicm
2019-02-16Merge branch 'obsd-master'Thomas Adam
2019-02-16Do not look at next key byte if the length is 0, originally from Shingonicm
2019-02-16Merge branch 'obsd-master'Thomas Adam
2019-02-16Use starting client cwd in config file, GitHub issue 1606.nicm
2019-02-09Merge branch 'obsd-master'Thomas Adam
2019-02-09Completion of command-alias members.nicm
2019-02-06Redirect which stderr.Nicholas Marriott
2019-02-06Merge branch 'obsd-master'Thomas Adam
2019-02-06Add -b to display-panes like run-shell, GitHub issue 1559.nicm
2019-01-20Merge branch 'obsd-master'Thomas Adam
2019-01-20Should use DECFRA if not default, not if default. From Karl Beldan.nicm
2019-01-15Merge branch 'obsd-master'Thomas Adam
2019-01-15Should save the bg colour when setting it to default, not the fg.nicm
2019-01-15Merge branch 'obsd-master'Thomas Adam
2019-01-15Do not highlight characters which will not be copied, reported bynicm
2018-12-18Merge branch 'obsd-master'Thomas Adam
2018-12-18Pass window into mode functions.nicm
2018-12-18Merge branch 'obsd-master'Thomas Adam
2018-12-17Fix parsing of empty colon-separated fields, reported by Siarhei Siniak.nicm
2018-11-30Merge branch 'obsd-master'Thomas Adam
2018-11-30Clear PANE_EXITED flag when starting new child process in case the panenicm
2018-11-29osdep_get_cwd for NetBSD, from Leonardo Taccari.Nicholas Marriott
2018-11-28Merge branch 'obsd-master'Thomas Adam
2018-11-28Handle UTF-8 in word-separators option, GitHub issue 1551.nicm
2018-11-22Merge branch 'obsd-master'Thomas Adam
2018-11-22Do not use PWD unless it actually matches the real working directory.nicm
2018-11-21Add to TODO.Nicholas Marriott
2018-11-21Fixes for GNU/kFreeBSD from James Clarke.Nicholas Marriott
2018-11-19Merge branch 'obsd-master'Thomas Adam
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm
2018-11-15Merge branch 'obsd-master'Thomas Adam
2018-11-15Add [template] to display-panes and choose-{buffer,client,tree} usagekn
2018-11-13Merge branch 'obsd-master'Thomas Adam
2018-11-13Initialize context property in alignment test handler function.nicm
2018-11-12Merge branch 'obsd-master'Thomas Adam