index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
menu.c
Commit message (
Expand
)
Author
Age
*
Change menu key bindings to Up and Down and also close it on any mouse
nicm
2019-09-16
*
Add j and k for navigation in menus, GitHub issue 1828.
nicm
2019-07-09
*
Add a cmdq_continue function rather than twiddling the flag directly.
nicm
2019-06-18
*
Allow menu items to be disabled by putting a - at the start of their
nicm
2019-05-28
*
Change display-menu from taking a single string to a set of arguments,
nicm
2019-05-28
*
Do not accept choice unless mouse has actually moved before.
nicm
2019-05-26
*
Add formats for word and line under the mouse and use them to add some
nicm
2019-05-26
*
Replace the split parser code (cfg.c and cmd-string.c) with a single
nicm
2019-05-23
*
Replace the various identical error callbacks with a single one in cmd-queue.c.
nicm
2019-05-20
*
Add simple menus to tree, client, buffer modes.
nicm
2019-05-12
*
Remove menu_create_from_items, I thought I would use it for some later
nicm
2019-05-12
*
Add support for simple menus usable with mouse or keyboard. New command
nicm
2019-05-10