Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296.

This commit is contained in:
nicm
2020-07-06 07:27:39 +00:00
parent 1e42689661
commit 2bf612a806
3 changed files with 47 additions and 28 deletions

View File

@ -164,6 +164,7 @@ cmd_list_keys_exec(struct cmd *self, struct cmdq_item *item)
cmdq_error(item, "invalid key: %s", args->argv[0]);
return (CMD_RETURN_ERROR);
}
only &= KEYC_MASK_KEY;
}
tablename = args_get(args, 'T');