aboutsummaryrefslogtreecommitdiff
path: root/bterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'bterm.h')
-rw-r--r--bterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bterm.h b/bterm.h
index 07152d7..00fd1cc 100644
--- a/bterm.h
+++ b/bterm.h
@@ -162,6 +162,7 @@ int bgetkey(FILE *in, int *mouse_x, int *mouse_y, int timeout)
case '~':
switch (numcode) {
case 3: return KEY_DELETE;
+ case 4: return KEY_END;
case 5: return KEY_PGUP;
case 6: return KEY_PGDN;
case 15: return KEY_F5;