summaryrefslogtreecommitdiffstats
path: root/window-tree.c
AgeCommit message (Expand)Author
2017-10-11Merge branch 'obsd-master'Thomas Adam
2017-10-11Add C-n and C-p keys for tree mode, and choose the right initial linenicm
2017-08-30Merge branch 'obsd-master'Thomas Adam
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-08-09Merge branch 'obsd-master'Thomas Adam
2017-08-09Merge branch 'obsd-master'Thomas Adam
2017-08-09Fix filtering so it works after the change to only show windows if theynicm
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify thenicm
2017-07-28Merge branch 'obsd-master'Thomas Adam
2017-07-28Show pane title in window list for windows with only one pane.nicm
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-07-12Line up keys in tree mode, and don't expand windows with one pane. Fromnicm
2017-07-07Merge branch 'obsd-master'Thomas Adam
2017-07-07Fix size of rightmost preview section.nicm
2017-07-05Merge branch 'obsd-master'Thomas Adam
2017-07-04< and > keys to scroll preview list left and right in tree mode.nicm
2017-07-04Merge branch 'obsd-master'Thomas Adam
2017-07-04Handle 0 size of preview box in caller.nicm
2017-07-04Merge branch 'obsd-master'Thomas Adam
2017-07-03Change session and window preview so that the current window or pane isnicm
2017-07-01Merge branch 'obsd-master'Thomas Adam
2017-06-30Don't write over right border.nicm
2017-06-30Fix previous when we end up able to show no panes.nicm
2017-06-30Try to show a better preview of sessions and windows in tree mode.nicm
2017-06-09Merge branch 'obsd-master'Thomas Adam
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-07Use osdep_get_name.Nicholas Marriott
2017-06-07Add simple searching (C-s and n) to the various choose modes: by namenicm
2017-06-06Do not pass a state into commands when fired on individual items in treenicm
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm