aboutsummaryrefslogtreecommitdiff
path: root/window-tree.c
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2018-08-19
|\|
| * Expand \u and \U escape sequences in command strings, from Christophernicm2018-08-19
| | | | | | | | Hunt in GitHub issue 1443.
* | Merge branch 'obsd-master'Thomas Adam2018-04-10
|\|
| * Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-10
| | | | | | | | item. Suggested by Matt Zagrabelny.
* | Merge branch 'obsd-master'Thomas Adam2018-03-29
|\|
| * Do not crash on empty window, reported by Jamie Macdonald in GitHubnicm2018-03-29
| | | | | | | | issue 1299. Patch from Thomas Adam.
* | Merge branch 'obsd-master'Thomas Adam2018-02-28
|\|
| * Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
| | | | | | | | | | | | automatically zoom the pane when the mode is entered and unzoom when it exits, assuming the pane is not already zoomed. Add -Z to the default key bindings.
* | Merge branch 'obsd-master'Thomas Adam2017-11-03
|\|
| * Support mouse on preview in tree mode.nicm2017-11-03
| |
* | Merge branch 'obsd-master'Thomas Adam2017-11-03
|\|
| * Make the mode draw function use the parent screen directly rather thannicm2017-11-02
| | | | | | | | its own to avoid copying twice.
* | Merge branch 'obsd-master'Thomas Adam2017-11-02
|\|
| * Format for group list of "other sessions" is a bit weird, just list allnicm2017-11-02
| | | | | | | | the sessions in the group.
| * Tweak previous slightly so that current session is chosen if it is innicm2017-11-02
| | | | | | | | the group rather than first.
| * Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
| | | | | | | | disables).
* | Merge branch 'obsd-master'Thomas Adam2017-10-26
|\|
| * Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm2017-10-26
| | | | | | | | and a man page tweak from jmc.
* | Merge branch 'obsd-master'Thomas Adam2017-10-25
|\|
| * Add P key to paste tagged in buffer mode, and trim some code that shouldnicm2017-10-25
| | | | | | | | no longer be necessary.
* | Merge branch 'obsd-master'Thomas Adam2017-10-22
|\|
| * Use window_pane_index() when drawing pane numbers (so pane-base-index isnicm2017-10-22
| | | | | | | | applied), from Thomas Adam. GitHub issue 1125.
* | Merge branch 'obsd-master'Thomas Adam2017-10-11
|\|
| * Box around label in preview.nicm2017-10-11
| |
* | Merge branch 'obsd-master'Thomas Adam2017-10-11
|\|
| * Add C-n and C-p keys for tree mode, and choose the right initial linenicm2017-10-11
| | | | | | | | when no panes.
* | Merge branch 'obsd-master'Thomas Adam2017-08-30
|\|
| * Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
| | | | | | | | Thomas Sattler.
* | Merge branch 'obsd-master'Thomas Adam2017-08-09
|\|
| * Fix filtering so it works after the change to only show windows if theynicm2017-08-09
| | | | | | | | have multiple panes.
* | Merge branch 'obsd-master'Thomas Adam2017-08-09
|\| | | | | | | | | Conflicts: tmux.1
| * Add -F to choose-tree, choose-client, choose-buffer to specify thenicm2017-08-09
| | | | | | | | | | format of each line, as well as adding a couple of formats needed for the default display.
* | Merge branch 'obsd-master'Thomas Adam2017-07-28
|\|
| * Show pane title in window list for windows with only one pane.nicm2017-07-28
| |
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * Line up keys in tree mode, and don't expand windows with one pane. Fromnicm2017-07-12
| | | | | | | | Thomas Adam.
* | Merge branch 'obsd-master'Thomas Adam2017-07-07
|\|
| * Fix size of rightmost preview section.nicm2017-07-07
| |
* | Merge branch 'obsd-master'Thomas Adam2017-07-05
|\|
| * < and > keys to scroll preview list left and right in tree mode.nicm2017-07-04
| |
* | Merge branch 'obsd-master'Thomas Adam2017-07-04
|\|
| * Handle 0 size of preview box in caller.nicm2017-07-04
| |
* | Merge branch 'obsd-master'Thomas Adam2017-07-04
|\|
| * Change session and window preview so that the current window or pane isnicm2017-07-03
| | | | | | | | always shown.
* | Merge branch 'obsd-master'Thomas Adam2017-07-01
|\|
| * Don't write over right border.nicm2017-06-30
| |
| * Fix previous when we end up able to show no panes.nicm2017-06-30
| |
| * Try to show a better preview of sessions and windows in tree mode.nicm2017-06-30
| |
* | Merge branch 'obsd-master'Thomas Adam2017-06-09
|\|
| * Extend filters (f key) to buffer and client mode and add -f flag tonicm2017-06-09
| | | | | | | | specify to command.