aboutsummaryrefslogtreecommitdiff
path: root/window-tree.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-01-08
|\
| * Add -Z to default switch-client command in tree mode, matches previousnicm2020-01-08
* | Merge branch 'obsd-master'Thomas Adam2019-12-03
|\|
| * Style nits in function arguments.nicm2019-12-03
* | Merge branch 'obsd-master'Thomas Adam2019-10-15
|\|
| * Rewrite options_array_set to be clearer and remove a spurious warningnicm2019-10-15
* | Merge branch 'obsd-master'Thomas Adam2019-09-25
|\|
| * Style and line length nits.nicm2019-09-25
* | Merge branch 'obsd-master'Thomas Adam2019-08-16
|\|
| * Add a flag to reverse sort in the various choose modes, from Benjaminnicm2019-08-16
* | Merge branch 'obsd-master'Thomas Adam2019-05-28
|\|
| * Change display-menu from taking a single string to a set of arguments,nicm2019-05-28
* | Merge branch 'obsd-master'Thomas Adam2019-05-12
|\|
| * Add simple menus to tree, client, buffer modes.nicm2019-05-12
* | Merge branch 'obsd-master'Thomas Adam2019-04-30
|\|
| * Fix memory leak in window tree search, from Amos Bird.nicm2019-04-30
| * Break new window and pane creation common code from various commands andnicm2019-04-17
* | Break new window and pane creation common code from various commands andNicholas Marriott2019-04-07
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Add format variables for the default formats for the various modesnicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-07
|\|
| * Add a separate mode struct for the active window mode if any.nicm2019-03-07
* | Merge branch 'obsd-master'Thomas Adam2018-12-18
|\|
| * Pass window into mode functions.nicm2018-12-18
* | Merge branch 'obsd-master'Thomas Adam2018-08-19
|\|
| * Expand \u and \U escape sequences in command strings, from Christophernicm2018-08-19
* | Merge branch 'obsd-master'Thomas Adam2018-04-10
|\|
| * Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-10
* | Merge branch 'obsd-master'Thomas Adam2018-03-29
|\|
| * Do not crash on empty window, reported by Jamie Macdonald in GitHubnicm2018-03-29
* | Merge branch 'obsd-master'Thomas Adam2018-02-28
|\|
| * Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
* | 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
* | Merge branch 'obsd-master'Thomas Adam2017-11-02
|\|
| * Format for group list of "other sessions" is a bit weird, just list allnicm2017-11-02
| * Tweak previous slightly so that current session is chosen if it is innicm2017-11-02
| * Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
* | Merge branch 'obsd-master'Thomas Adam2017-10-26
|\|
| * Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm2017-10-26
* | 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
* | Merge branch 'obsd-master'Thomas Adam2017-10-22
|\|
| * Use window_pane_index() when drawing pane numbers (so pane-base-index isnicm2017-10-22
* | Merge branch 'obsd-master'Thomas Adam2017-10-11
|\|
| * Box around label in preview.nicm2017-10-11