Fix positioning of menu in choose modes and a couple of keys in tree mode.

This commit is contained in:
nicm
2020-03-20 17:26:14 +00:00
parent a3ff5a9e25
commit 7bbca49395
3 changed files with 10 additions and 2 deletions

View File

@ -54,8 +54,8 @@ static void window_tree_key(struct window_mode_entry *,
"}"
static const struct menu_item window_tree_menu_items[] = {
{ "Select", 'E', NULL },
{ "Expand", 'R', NULL },
{ "Select", '\r', NULL },
{ "Expand", KEYC_RIGHT, NULL },
{ "", KEYC_NONE, NULL },
{ "Tag", 't', NULL },
{ "Tag All", '\024', NULL },