summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/mode-tree.c
AgeCommit message (Expand)Author
2024-10-06Try to stay near the same line in modes if the current one is removed.Nicholas Marriott
2024-10-01Add a way to make the preview larger in tree mode, GitHub issue 4124.Nicholas Marriott
2024-08-21Revamp extended keys support to more closely match xterm and supportNicholas Marriott
2024-08-04Adjust the logic when deleting last buffer to better preserve theNicholas Marriott
2024-05-24Add N to search backwards in tree modes, from Fadi Afani in GitHub issueNicholas Marriott
2023-08-15Add an option menu-selected-style to configure the currently selectedNicholas Marriott
2023-08-11Do not crash if in buffer mode and the last buffer is deleted using theNicholas Marriott
2023-08-08Add options and flags for menu styles similar to those existing forNicholas Marriott
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubNicholas Marriott
2022-02-01A menu must be shown on a client, so always give the client when addingNicholas Marriott
2021-12-06Fix g/G keys to be in line with copy mode.Nicholas Marriott
2021-11-15Leave the hardware cursor at the position of the selected line in chooseNicholas Marriott
2021-10-26Do not allow inline styles to replace mode-style for the selected item,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-20Remove stray spaces after function names.Nicholas Marriott
2021-06-10Add different command historys for different types of promptsNicholas Marriott
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.Nicholas Marriott
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withNicholas Marriott
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atNicholas Marriott
2020-06-16d and D keys to reset to default in customize mode.Nicholas Marriott
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagNicholas Marriott
2020-05-16Rename KEYC_ESCAPE to KEYC_META.Nicholas 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-16Support embedded styles in the display-message message, GitHub issueNicholas Marriott
2020-05-16Add M-+ and M-- to expand and collapse all items in tree mode.Nicholas Marriott
2020-05-16Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott
2020-05-16Drop having a separate type for style options and make them all strings,Nicholas Marriott
2020-04-22Indicate the marked pane in choose mode in reverse and add key to setNicholas Marriott
2020-04-13Add helpers for the simple case of parse string and add to command queue.Nicholas Marriott
2020-04-13When adding a list of commands to the queue, instead of automaticallyNicholas Marriott
2020-03-20Fix positioning of menu in choose modes and a couple of keys in tree mode.Nicholas Marriott
2019-12-12Do not crash in tree modes if the pane is only 1 in width, reported byNicholas Marriott
2019-08-16Add a flag to reverse sort in the various choose modes, from BenjaminNicholas Marriott
2019-07-19Add a few vi(1) key aliases, from D Ben Knoble.Nicholas Marriott
2019-05-30Remove a leftover abort and some fixes from cppcheck.Nicholas Marriott
2019-05-28Change display-menu from taking a single string to a set of arguments,Nicholas Marriott
2019-05-27Fix the intended ordering of items in buffer mode - it should not alwaysNicholas Marriott
2019-05-26Add formats for word and line under the mouse and use them to add someNicholas Marriott
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singleNicholas Marriott
2019-05-12Fix some indentation and dead assignments.Nicholas Marriott
2019-05-12Add simple menus to tree, client, buffer modes.Nicholas Marriott
2019-03-18Extend the #[] style syntax and use that together with previous formatNicholas Marriott
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basedNicholas Marriott
2018-11-12Allow style #[] in mode formats.Nicholas Marriott
2018-08-02Make key trees and some other bits static.Nicholas Marriott
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer toNicholas Marriott
2018-02-26C-g for modes too, from Mike Hamrick.Nicholas Marriott