Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam 2021-10-15 14:01:13 +01:00
commit c57df2bb73

View File

@ -203,6 +203,8 @@ cmd_send_keys_exec(struct cmd *self, struct cmdq_item *item)
}
if (count == 0) {
if (args_has(args, 'N'))
return (CMD_RETURN_NORMAL);
for (; np != 0; np--)
cmd_send_keys_inject_key(item, NULL, event->key);
return (CMD_RETURN_NORMAL);