summaryrefslogtreecommitdiffstats
path: root/format.c
AgeCommit message (Expand)Author
2018-11-19Merge branch 'obsd-master'Thomas Adam
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-09-27Merge branch 'obsd-master'Thomas Adam
2018-09-27Use same working directory rules for jobs as new windows rather thannicm
2018-09-26Add formats for when window is larger than client, and show offset inNicholas Marriott
2018-09-26More of revert.Nicholas Marriott
2018-09-25window_printable_flags needs an additional argument.Nicholas Marriott
2018-08-27Merge branch 'obsd-master'Thomas Adam
2018-08-27Memory leaks, from Gang Fan in GitHub issue 1453.nicm
2018-08-26Merge branch 'obsd-master'Thomas Adam
2018-08-26Add q: format prefix to escape sh(1) special characters. Suggested bynicm
2018-08-23Merge branch 'obsd-master'Thomas Adam
2018-08-23Move job struct into job.c.nicm
2018-08-20Support for windows larger than the client.Nicholas Marriott
2018-08-18Merge branch 'obsd-master'Thomas Adam
2018-08-18Some tidying and helper functions.nicm
2018-07-04Merge branch 'obsd-master'Thomas Adam
2018-07-04Add accessors for grid linedata member, for some future work. From Dannicm
2018-06-27Merge branch 'obsd-master'Thomas Adam
2018-06-27Allow any punctuation (except :) as separator in s/x/y/, not onlynicm
2018-05-29Merge branch 'obsd-master'Thomas Adam
2018-05-29If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume itnicm
2018-05-22Merge branch 'obsd-master'Thomas Adam
2018-05-22Allow escaping , and } with # in #{}; GitHub issue 1332.nicm
2018-04-18Merge branch 'obsd-master'Thomas Adam
2018-04-18Change how display-message uses the client. Originally it was onlynicm
2018-03-08Merge branch 'obsd-master'Thomas Adam
2018-03-08Add a missing client-detached hook when the server shuts down, and donicm
2018-02-20Merge branch 'obsd-master'Thomas Adam
2018-02-20Do not leak memory when working out job name in formats.nicm
2018-01-18Merge branch 'obsd-master'Thomas Adam
2018-01-18Discard all but the last line when reading from a #() command - thenicm
2017-11-02Merge branch 'obsd-master'Thomas Adam
2017-11-02Format for group list of "other sessions" is a bit weird, just list allnicm
2017-11-02Tweak previous slightly so that current session is chosen if it is innicm
2017-11-02Only show the first member of session groups in tree mode (-G flagnicm
2017-10-20Merge branch 'obsd-master'Thomas Adam
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromnicm
2017-08-09Merge branch 'obsd-master'Thomas Adam
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify thenicm
2017-08-02Merge branch 'obsd-master'Thomas Adam
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubnicm
2017-07-27Merge branch 'obsd-master'Thomas Adam
2017-07-27Add pane_at_left/right/top/bottom formats, from Amos Bird.nicm
2017-07-07Merge branch 'obsd-master'Thomas Adam
2017-07-07Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990.nicm
2017-06-01Merge branch 'obsd-master'Thomas Adam
2017-05-31Style and spacing nits.nicm
2017-05-31Differences to OpenBSD.Nicholas Marriott