summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change display-menu from taking a single string to a set of arguments,nicm2019-05-281-14/+17
* Add simple menus to tree, client, buffer modes.nicm2019-05-121-7/+32
* Fix memory leak in window tree search, from Amos Bird.nicm2019-04-301-3/+6
* Break new window and pane creation common code from various commands andnicm2019-04-171-2/+2
* Add format variables for the default formats for the various modesnicm2019-03-181-1/+2
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-121-15/+15
* Add a separate mode struct for the active window mode if any.nicm2019-03-071-13/+16
* Pass window into mode functions.nicm2018-12-181-4/+5
* Expand \u and \U escape sequences in command strings, from Christophernicm2018-08-191-2/+1
* Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-101-6/+120
* Do not crash on empty window, reported by Jamie Macdonald in GitHubnicm2018-03-291-2/+3
* Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-281-1/+2
* Support mouse on preview in tree mode.nicm2017-11-031-9/+96
* Make the mode draw function use the parent screen directly rather thannicm2017-11-021-30/+27
* Format for group list of "other sessions" is a bit weird, just list allnicm2017-11-021-5/+3
* Tweak previous slightly so that current session is chosen if it is innicm2017-11-021-5/+9
* Only show the first member of session groups in tree mode (-G flagnicm2017-11-021-3/+14
* Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm2017-10-261-2/+2
* Add P key to paste tagged in buffer mode, and trim some code that shouldnicm2017-10-251-16/+10
* Use window_pane_index() when drawing pane numbers (so pane-base-index isnicm2017-10-221-3/+5
* Box around label in preview.nicm2017-10-111-11/+25
* Add C-n and C-p keys for tree mode, and choose the right initial linenicm2017-10-111-2/+5
* Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-301-2/+2
* Fix filtering so it works after the change to only show windows if theynicm2017-08-091-17/+34
* Add -F to choose-tree, choose-client, choose-buffer to specify thenicm2017-08-091-14/+27
* Show pane title in window list for windows with only one pane.nicm2017-07-281-2/+3
* Line up keys in tree mode, and don't expand windows with one pane. Fromnicm2017-07-121-1/+5
* Fix size of rightmost preview section.nicm2017-07-071-3/+3
* < and > keys to scroll preview list left and right in tree mode.nicm2017-07-041-8/+33
* Handle 0 size of preview box in caller.nicm2017-07-041-5/+1
* Change session and window preview so that the current window or pane isnicm2017-07-031-59/+161
* Don't write over right border.nicm2017-06-301-3/+3
* Fix previous when we end up able to show no panes.nicm2017-06-301-5/+11
* Try to show a better preview of sessions and windows in tree mode.nicm2017-06-301-3/+148
* Extend filters (f key) to buffer and client mode and add -f flag tonicm2017-06-091-73/+9
* Add -O option to choose-* to set initial sort order.nicm2017-06-091-3/+3
* Add simple searching (C-s and n) to the various choose modes: by namenicm2017-06-071-4/+37
* Do not pass a state into commands when fired on individual items in treenicm2017-06-061-2/+2
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-0/+713