aboutsummaryrefslogtreecommitdiff
path: root/menu.c
Commit message (Expand)AuthorAge
* Turn on both button and all mouse modes for menus since some terminalsnicm2021-09-09
* Fix parsing of aliases again (GitHub issue 2842), also make argumentnicm2021-09-09
* Add a menu when a popup is present (mouse only for now).nicm2021-08-13
* Do not close popups on resize, instead adjust them to fit, from Anindyanicm2021-07-21
* Do not allow disabled items to be selected.nicm2020-10-30
* Add a -O flag to display-menu to change the mouse behaviour and notnicm2020-10-30
* Fix some warnings, GitHub issue 2382.nicm2020-09-16
* Include title for the width of the menu.nicm2020-05-25
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-16
* Try to search the entire history first for up to 200 ms so a searchnicm2020-05-16
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-16
* Improve command prompt completion:nicm2020-05-16
* Drop having a separate type for style options and make them all strings,nicm2020-05-16
* Use a grid cell not a style for the pane style.nicm2020-05-16
* Start menu with top item selected if no mouse, GitHub issue 2169.nicm2020-04-16
* Use mode-style for selected items, like choose modes. GitHub issue 2166.nicm2020-04-15
* Add helpers for the simple case of parse string and add to command queue.nicm2020-04-13
* When adding a list of commands to the queue, instead of automaticallynicm2020-04-13
* Move cmdq_state into cmd-queue.c.nicm2020-04-13
* Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-13
* Store a key event not a mouse event in the shared data.nicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Add support for overlay popup boxes to show text or output temporarilynicm2020-03-24
* Fix positioning of menu in choose modes and a couple of keys in tree mode.nicm2020-03-20
* Little bit of tidying.nicm2020-03-19
* Change menu key bindings to Up and Down and also close it on any mousenicm2019-09-16
* Add j and k for navigation in menus, GitHub issue 1828.nicm2019-07-09
* Add a cmdq_continue function rather than twiddling the flag directly.nicm2019-06-18
* Allow menu items to be disabled by putting a - at the start of theirnicm2019-05-28
* Change display-menu from taking a single string to a set of arguments,nicm2019-05-28
* Do not accept choice unless mouse has actually moved before.nicm2019-05-26
* Add formats for word and line under the mouse and use them to add somenicm2019-05-26
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-23
* Replace the various identical error callbacks with a single one in cmd-queue.c.nicm2019-05-20
* Add simple menus to tree, client, buffer modes.nicm2019-05-12
* Remove menu_create_from_items, I thought I would use it for some laternicm2019-05-12
* Add support for simple menus usable with mouse or keyboard. New commandnicm2019-05-10