- de5cd54 Change g and G to go to top and bottom of menu, GitHub issue 3286. by nicm · 2 years, 4 months ago
- 7cee982 Keep cursor on selected item on menu (useful for blind people), GitHub by nicm · 2 years, 5 months ago
- 86a184b Trim menu item text correctly, GitHub issue 3197. by nicm · 2 years, 6 months ago
- 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
- 97900d0 A menu must be shown on a client, so always give the client when adding by nicm · 2 years, 10 months ago
- 770d28b Do not overflow width when not enough space. by nicm · 2 years, 10 months ago
- 630c592 If trimming menu item text, show key if it would take up less than a by nicm · 3 years ago
- 8235957 Remove key and trim text if menu cannot fit in available space, based on by nicm · 3 years, 1 month ago
- 51ff77d Fix menu width containing disabled items, from Alexis Hildebrandt in by nicm · 3 years, 1 month ago
- b8581ec Make positions hidden by overlays range-based rather than character-based, by nicm · 3 years, 1 month ago
- a0b39db Turn on both button and all mouse modes for menus since some terminals by nicm · 3 years, 2 months ago
- 5a4b2fd Fix parsing of aliases again (GitHub issue 2842), also make argument by nicm · 3 years, 3 months ago
- 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
- f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 3 years, 4 months ago
- 9726c44 Do not allow disabled items to be selected. by nicm · 4 years, 1 month ago
- 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 1 month ago
- 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
- 26e8e46 Include title for the width of the menu. by nicm · 4 years, 6 months ago
- 292b335 Separate key flags and modifiers, log key flags, make the "xterm" flag by nicm · 4 years, 6 months ago
- d056144 Try to search the entire history first for up to 200 ms so a search by nicm · 4 years, 6 months ago
- 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
- 80e5254 Improve command prompt completion: by nicm · 4 years, 6 months ago
- f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
- 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 4 years, 6 months ago
- 9311ed0 Start menu with top item selected if no mouse, GitHub issue 2169. by nicm · 4 years, 7 months ago
- 1e72f5e Use mode-style for selected items, like choose modes. GitHub issue 2166. by nicm · 4 years, 7 months ago
- 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 4 years, 7 months ago
- 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
- adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
- 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
- 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 7 months ago
- 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
- 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
- 7bbca49 Fix positioning of menu in choose modes and a couple of keys in tree mode. by nicm · 4 years, 8 months ago
- 74ed17d Little bit of tidying. by nicm · 4 years, 8 months ago
- 83be3af Change menu key bindings to Up and Down and also close it on any mouse by nicm · 5 years ago
- b74b8be Add j and k for navigation in menus, GitHub issue 1828. by nicm · 5 years ago
- 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
- 1225541 Allow menu items to be disabled by putting a - at the start of their by nicm · 5 years ago
- 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
- 023c2c5 Do not accept choice unless mouse has actually moved before. by nicm · 5 years ago
- e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
- 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 6 years ago
- e128c7f Replace the various identical error callbacks with a single one in cmd-queue.c. by nicm · 6 years ago
- a131655 Add simple menus to tree, client, buffer modes. by nicm · 6 years ago
- c91323e Remove menu_create_from_items, I thought I would use it for some later by nicm · 6 years ago
- 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago