Age | Commit message (Collapse) | Author |
|
C-m is often bound to return and it's jarring to have all the
other keybinds but not this one
|
|
* C-v to curses backend
* C-v, M-v, M-<, M-> to x11 and wayland backends
Signed-off-by: Jari Vetoniemi <mailroxas@gmail.com>
|
|
|
|
|
|
|
|
|
|
and provide BEMENU_BACKEND env variable. Change API to reflect this
change.
There is no reliable way to detect when running on terminal (especially
when stdin is a pipe), so we need to make curses backend explicit with
BEMENU_BACKEND=curses or bm_menu_new("curses"), otherwise GUI backend
will be choosed automatically.
|
|
secure_getenv where it makes sense.
|
|
|