aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bterm.h b/bterm.h
index bee0ba6..469bdd6 100644
--- a/bterm.h
+++ b/bterm.h
@@ -153,6 +153,7 @@ int bgetkey(FILE *in, int *mouse_x, int *mouse_y)
case 'D': return KEY_ARROW_LEFT;
case 'F': return KEY_END;
case 'H': return KEY_HOME;
+ case 'P': return KEY_DELETE;
case '~':
switch (numcode) {
case 1: return KEY_HOME;