summaryrefslogtreecommitdiffstats
path: root/window-client.c
AgeCommit message (Expand)Author
2023-08-08Extend the menu drawing function to support custom characters andnicm
2022-05-30Spacing/style nits.nicm
2021-08-20Hide struct args behind a couple of accessor functions.nicm
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withnicm
2020-12-03Redraw any visible modes when status line changes so that formats likenicm
2020-06-01Instead of sending all data to control mode clients as fast as possible,nicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
2020-05-16Tweak the default choose modes formats:nicm
2020-01-28Add a define for flags meaning a client is not attached, and fixnicm
2019-12-03Style nits in function arguments.nicm
2019-08-16Add a flag to reverse sort in the various choose modes, from Benjaminnicm
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-12Add simple menus to tree, client, buffer modes.nicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-18Add format variables for the default formats for the various modesnicm
2019-03-16Use a pointer for the active screen in the status line instead ofnicm
2019-03-16Tidy and rename some bits of status line code.nicm
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2018-12-18Pass window into mode functions.nicm
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
2018-02-05Add struct status_line to hold status line members of struct client, notnicm
2017-11-03Support mouse on preview in tree mode.nicm
2017-11-02Make the mode draw function use the parent screen directly rather thannicm
2017-11-02Add a "fast" version of screen_write_copy for tree mode that doesn't donicm
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldnicm
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify thenicm
2017-06-30Try to show a better preview of sessions and windows in tree mode.nicm
2017-06-09Extend filters (f key) to buffer and client mode and add -f flag tonicm
2017-06-09Add -O option to choose-* to set initial sort order.nicm
2017-06-08Add size to client descriptions in list, suggested by Greg Hurrell.nicm
2017-06-07Add simple searching (C-s and n) to the various choose modes: by namenicm
2017-05-31time.h here too.nicm
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm