summaryrefslogtreecommitdiffstats
path: root/input-keys.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-12 10:01:15 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-12 10:01:15 +0100
commit5362f956f075c668132ab4e0e08658987a930422 (patch)
tree0a1081e829b079edadfcd5b885b9ecf72175319c /input-keys.c
parent4dbab75855aac5bc9d404b241d8a40e7290c3963 (diff)
parent8037159f937def4bb71dbfb8d664a96de794014f (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'input-keys.c')
-rw-r--r--input-keys.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/input-keys.c b/input-keys.c
index 9f0094dd..3aa0b557 100644
--- a/input-keys.c
+++ b/input-keys.c
@@ -45,6 +45,10 @@ static const struct input_key_ent input_keys[] = {
/* Backspace key. */
{ KEYC_BSPACE, "\177", 0 },
+ /* Paste keys. */
+ { KEYC_PASTE_START, "\033[200~", 0 },
+ { KEYC_PASTE_END, "\033[201~", 0 },
+
/* Function keys. */
{ KEYC_F1, "\033OP", 0 },
{ KEYC_F2, "\033OQ", 0 },