summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/menu.c
AgeCommit message (Expand)Author
2020-05-25Include title for the width of the menu.Nicholas Marriott
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagNicholas Marriott
2020-05-16Try to search the entire history first for up to 200 ms so a searchNicholas Marriott
2020-05-16Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott
2020-05-16Improve command prompt completion:Nicholas Marriott
2020-05-16Drop having a separate type for style options and make them all strings,Nicholas Marriott
2020-05-16Use a grid cell not a style for the pane style.Nicholas Marriott
2020-04-16Start menu with top item selected if no mouse, GitHub issue 2169.Nicholas Marriott
2020-04-15Use mode-style for selected items, like choose modes. GitHub issue 2166.Nicholas 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-04-13Move cmdq_state into cmd-queue.c.Nicholas Marriott
2020-04-13Rename cmdq_shared to cmdq_state which will better reflect what it isNicholas Marriott
2020-04-13Store a key event not a mouse event in the shared data.Nicholas Marriott
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsNicholas Marriott
2020-03-24Add support for overlay popup boxes to show text or output temporarilyNicholas Marriott
2020-03-20Fix positioning of menu in choose modes and a couple of keys in tree mode.Nicholas Marriott
2020-03-19Little bit of tidying.Nicholas Marriott
2019-09-16Change menu key bindings to Up and Down and also close it on any mouseNicholas Marriott
2019-07-09Add j and k for navigation in menus, GitHub issue 1828.Nicholas Marriott
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.Nicholas Marriott
2019-05-28Allow menu items to be disabled by putting a - at the start of theirNicholas Marriott
2019-05-28Change display-menu from taking a single string to a set of arguments,Nicholas Marriott
2019-05-26Do not accept choice unless mouse has actually moved before.Nicholas 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-20Replace the various identical error callbacks with a single one in cmd-queue.c.Nicholas Marriott
2019-05-12Add simple menus to tree, client, buffer modes.Nicholas Marriott
2019-05-12Remove menu_create_from_items, I thought I would use it for some laterNicholas Marriott
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandNicholas Marriott