mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:13:55 +00:00
Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296.
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user