summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window-tree.c
AgeCommit message (Expand)Author
2024-10-04Add -y flag to disable confirmation prompts in modes, GitHub issue 4152.Nicholas Marriott
2023-06-30Change a few types to fix warnings, from Thomas Klausner.Nicholas Marriott
2022-07-04Sort panes by index not by ID, GitHub issue 3249.Nicholas Marriott
2022-07-04Mouse clicks could change current item, so work it out again. GitHubNicholas Marriott
2022-05-30Spacing/style nits.Nicholas Marriott
2021-10-20Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.Nicholas Marriott
2021-10-14Add popup-border-lines option to set popup line style, from AlexisNicholas Marriott
2021-10-13Add popup-style and popup-border-style options, from Alexis HildebrandtNicholas Marriott
2021-08-20Hide struct args behind a couple of accessor functions.Nicholas Marriott
2021-06-10Add different command historys for different types of promptsNicholas Marriott
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withNicholas Marriott
2020-12-03Redraw any visible modes when status line changes so that formats likeNicholas Marriott
2020-07-15Renumber after killing windows for choose-tree.Nicholas Marriott
2020-07-04kill-window -a cannot just walk the list of windows because ifNicholas Marriott
2020-05-16Expand target from client and use it to expand the prompt.Nicholas Marriott
2020-05-16Add a customize mode where keys and options may be browsed and changed,Nicholas Marriott
2020-05-16Tweak the default choose modes formats:Nicholas Marriott
2020-04-22Indicate the marked pane in choose mode in reverse and add key to setNicholas Marriott
2020-04-09More style nits.Nicholas Marriott
2020-03-20Fix positioning of menu in choose modes and a couple of keys in tree mode.Nicholas Marriott
2020-01-08Add -Z to default switch-client command in tree mode, matches previousNicholas Marriott
2019-12-03Style nits in function arguments.Nicholas Marriott
2019-10-15Rewrite options_array_set to be clearer and remove a spurious warningNicholas Marriott
2019-09-25Style and line length nits.Nicholas Marriott
2019-08-16Add a flag to reverse sort in the various choose modes, from BenjaminNicholas Marriott
2019-05-28Change display-menu from taking a single string to a set of arguments,Nicholas Marriott
2019-05-12Add simple menus to tree, client, buffer modes.Nicholas Marriott
2019-04-30Fix memory leak in window tree search, from Amos Bird.Nicholas Marriott
2019-04-17Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-18Add format variables for the default formats for the various modesNicholas Marriott
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basedNicholas Marriott
2019-03-07Add a separate mode struct for the active window mode if any.Nicholas Marriott
2018-12-18Pass window into mode functions.Nicholas Marriott
2018-08-19Expand \u and \U escape sequences in command strings, from ChristopherNicholas Marriott
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill anNicholas Marriott
2018-03-29Do not crash on empty window, reported by Jamie Macdonald in GitHubNicholas Marriott
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer toNicholas Marriott
2017-11-03Support mouse on preview in tree mode.Nicholas Marriott
2017-11-02Make the mode draw function use the parent screen directly rather thanNicholas Marriott
2017-11-02Format for group list of "other sessions" is a bit weird, just list allNicholas Marriott
2017-11-02Tweak previous slightly so that current session is chosen if it is inNicholas Marriott
2017-11-02Only show the first member of session groups in tree mode (-G flagNicholas Marriott
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)Nicholas Marriott
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldNicholas Marriott
2017-10-22Use window_pane_index() when drawing pane numbers (so pane-base-index isNicholas Marriott
2017-10-11Box around label in preview.Nicholas Marriott
2017-10-11Add C-n and C-p keys for tree mode, and choose the right initial lineNicholas Marriott
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported byNicholas Marriott
2017-08-09Fix filtering so it works after the change to only show windows if theyNicholas Marriott
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify theNicholas Marriott