summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--osdep/terminal-unix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/osdep/terminal-unix.c b/osdep/terminal-unix.c
index 954c13904f..a2959ba237 100644
--- a/osdep/terminal-unix.c
+++ b/osdep/terminal-unix.c
@@ -84,6 +84,10 @@ static const struct key_entry keys[] = {
{"\033[23~", MP_KEY_F+11},
{"\033[24~", MP_KEY_F+12},
+ {"\033OA", MP_KEY_UP},
+ {"\033OB", MP_KEY_DOWN},
+ {"\033OC", MP_KEY_RIGHT},
+ {"\033OD", MP_KEY_LEFT},
{"\033[A", MP_KEY_UP},
{"\033[B", MP_KEY_DOWN},
{"\033[C", MP_KEY_RIGHT},