summaryrefslogtreecommitdiffstats
path: root/cmd-display-menu.c
AgeCommit message (Collapse)Author
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
which is much easier to work with. Based on a diff from Avi Halachmi.
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
items to the pane menu.
2019-05-12Remove menu_create_from_items, I thought I would use it for some laternicm
work but I don't need it.
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
display-menu shows a menu (bound to the mouse on status line by default) and a couple of extra formats for the default menus.