Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change display-menu from taking a single string to a set of arguments, | 2019-05-28 | 1 | -18/+33 | |
| | | | | which is much easier to work with. Based on a diff from Avi Halachmi. | ||||
* | Add formats for word and line under the mouse and use them to add some | 2019-05-26 | 1 | -2/+2 | |
| | | | | items to the pane menu. | ||||
* | Remove menu_create_from_items, I thought I would use it for some later | 2019-05-12 | 1 | -2/+2 | |
| | | | | work but I don't need it. | ||||
* | Add support for simple menus usable with mouse or keyboard. New command | 2019-05-10 | 1 | -0/+163 | |
display-menu shows a menu (bound to the mouse on status line by default) and a couple of extra formats for the default menus. |