summaryrefslogtreecommitdiffstats
path: root/menu.c
AgeCommit message (Expand)Author
2019-05-28Allow menu items to be disabled by putting a - at the start of theirnicm
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-26Do not accept choice unless mouse has actually moved before.nicm
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.nicm
2019-05-12Add simple menus to tree, client, buffer modes.nicm
2019-05-12Remove menu_create_from_items, I thought I would use it for some laternicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm