summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Redraw any visible modes when status line changes so that formats likenicm2020-12-031-1/+13
* Instead of sending all data to control mode clients as fast as possible,nicm2020-06-011-2/+2
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-161-2/+2
* Tweak the default choose modes formats:nicm2020-05-161-3/+2
* Add a define for flags meaning a client is not attached, and fixnicm2020-01-281-2/+2
* Style nits in function arguments.nicm2019-12-031-2/+2
* Add a flag to reverse sort in the various choose modes, from Benjaminnicm2019-08-161-67/+41
* Change display-menu from taking a single string to a set of arguments,nicm2019-05-281-11/+14
* Add simple menus to tree, client, buffer modes.nicm2019-05-121-2/+29
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-181-6/+22
* Add format variables for the default formats for the various modesnicm2019-03-181-1/+2
* Use a pointer for the active screen in the status line instead ofnicm2019-03-161-5/+2
* Tidy and rename some bits of status line code.nicm2019-03-161-4/+4
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-121-3/+3
* Add a separate mode struct for the active window mode if any.nicm2019-03-071-14/+16
* Pass window into mode functions.nicm2018-12-181-4/+5
* Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-281-1/+2
* Add struct status_line to hold status line members of struct client, notnicm2018-02-051-4/+4
* Support mouse on preview in tree mode.nicm2017-11-031-2/+2
* Make the mode draw function use the parent screen directly rather thannicm2017-11-021-20/+12
* Add a "fast" version of screen_write_copy for tree mode that doesn't donicm2017-11-021-3/+3
* Add P key to paste tagged in buffer mode, and trim some code that shouldnicm2017-10-251-35/+15
* Add -F to choose-tree, choose-client, choose-buffer to specify thenicm2017-08-091-7/+14
* Try to show a better preview of sessions and windows in tree mode.nicm2017-06-301-2/+2
* Extend filters (f key) to buffer and client mode and add -f flag tonicm2017-06-091-4/+13
* Add -O option to choose-* to set initial sort order.nicm2017-06-091-4/+4
* Add size to client descriptions in list, suggested by Greg Hurrell.nicm2017-06-081-4/+28
* Add simple searching (C-s and n) to the various choose modes: by namenicm2017-06-071-3/+3
* time.h here too.nicm2017-05-311-1/+2
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-0/+335