summaryrefslogtreecommitdiffstats
path: root/window-tree.c
AgeCommit message (Collapse)Author
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Add format variables for the default formats for the various modesnicm
(tree_mode_format and so on) and add a -a flag to display-message to list variables with values.
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
on a fix from Marc Reisner.
2019-03-07Merge branch 'obsd-master'Thomas Adam
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2018-12-18Merge branch 'obsd-master'Thomas Adam
2018-12-18Pass window into mode functions.nicm
2018-08-19Merge branch 'obsd-master'Thomas Adam
2018-08-19Expand \u and \U escape sequences in command strings, from Christophernicm
Hunt in GitHub issue 1443.
2018-04-10Merge branch 'obsd-master'Thomas Adam
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill annicm
item. Suggested by Matt Zagrabelny.
2018-03-29Merge branch 'obsd-master'Thomas Adam
2018-03-29Do not crash on empty window, reported by Jamie Macdonald in GitHubnicm
issue 1299. Patch from Thomas Adam.
2018-02-28Merge branch 'obsd-master'Thomas Adam
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
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.
2017-11-03Merge branch 'obsd-master'Thomas Adam
2017-11-03Support mouse on preview in tree mode.nicm
2017-11-03Merge branch 'obsd-master'Thomas Adam
2017-11-02Make the mode draw function use the parent screen directly rather thannicm
its own to avoid copying twice.
2017-11-02Merge branch 'obsd-master'Thomas Adam
2017-11-02Format for group list of "other sessions" is a bit weird, just list allnicm
the sessions in the group.
2017-11-02Tweak previous slightly so that current session is chosen if it is innicm
the group rather than first.
2017-11-02Only show the first member of session groups in tree mode (-G flagnicm
disables).
2017-10-26Merge branch 'obsd-master'Thomas Adam
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm
and a man page tweak from jmc.
2017-10-25Merge branch 'obsd-master'Thomas Adam
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldnicm
no longer be necessary.
2017-10-22Merge branch 'obsd-master'Thomas Adam
2017-10-22Use window_pane_index() when drawing pane numbers (so pane-base-index isnicm
applied), from Thomas Adam. GitHub issue 1125.
2017-10-11Merge branch 'obsd-master'Thomas Adam
2017-10-11Box around label in preview.nicm
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
when no panes.
2017-08-30Merge branch 'obsd-master'Thomas Adam
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
Thomas Sattler.
2017-08-09Merge branch 'obsd-master'Thomas Adam
2017-08-09Merge branch 'obsd-master'Thomas Adam
Conflicts: tmux.1
2017-08-09Fix filtering so it works after the change to only show windows if theynicm
have multiple panes.
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify thenicm
format of each line, as well as adding a couple of formats needed for the default display.
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
Thomas Adam.
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