summaryrefslogtreecommitdiffstats
path: root/window-tree.c
AgeCommit message (Expand)Author
2020-01-08Merge branch 'obsd-master'Thomas Adam
2020-01-08Add -Z to default switch-client command in tree mode, matches previousnicm
2019-12-03Merge branch 'obsd-master'Thomas Adam
2019-12-03Style nits in function arguments.nicm
2019-10-15Merge branch 'obsd-master'Thomas Adam
2019-10-15Rewrite options_array_set to be clearer and remove a spurious warningnicm
2019-09-25Merge branch 'obsd-master'Thomas Adam
2019-09-25Style and line length nits.nicm
2019-08-16Merge branch 'obsd-master'Thomas Adam
2019-08-16Add a flag to reverse sort in the various choose modes, from Benjaminnicm
2019-05-28Merge branch 'obsd-master'Thomas Adam
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-12Merge branch 'obsd-master'Thomas Adam
2019-05-12Add simple menus to tree, client, buffer modes.nicm
2019-04-30Merge branch 'obsd-master'Thomas Adam
2019-04-30Fix memory leak in window tree search, from Amos Bird.nicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Add format variables for the default formats for the various modesnicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
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
2018-04-10Merge branch 'obsd-master'Thomas Adam
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill annicm
2018-03-29Merge branch 'obsd-master'Thomas Adam
2018-03-29Do not crash on empty window, reported by Jamie Macdonald in GitHubnicm
2018-02-28Merge branch 'obsd-master'Thomas Adam
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
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
2017-11-02Merge branch 'obsd-master'Thomas Adam
2017-11-02Format for group list of "other sessions" is a bit weird, just list allnicm
2017-11-02Tweak previous slightly so that current session is chosen if it is innicm
2017-11-02Only show the first member of session groups in tree mode (-G flagnicm
2017-10-26Merge branch 'obsd-master'Thomas Adam
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm
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
2017-10-22Merge branch 'obsd-master'Thomas Adam
2017-10-22Use window_pane_index() when drawing pane numbers (so pane-base-index isnicm
2017-10-11Merge branch 'obsd-master'Thomas Adam
2017-10-11Box around label in preview.nicm