Mark keys sent by command and skip paste handling for them.

This commit is contained in:
nicm
2023-01-16 11:26:14 +00:00
parent 483cc77c1c
commit eb1f8d70a7
4 changed files with 12 additions and 7 deletions

View File

@ -462,6 +462,8 @@ out:
strlcat(out, "B", sizeof out);
if (saved & KEYC_EXTENDED)
strlcat(out, "E", sizeof out);
if (saved & KEYC_SENT)
strlcat(out, "S", sizeof out);
strlcat(out, "]", sizeof out);
}
return (out);