aboutsummaryrefslogtreecommitdiffstats
path: root/terms.c
diff options
context:
space:
mode:
Diffstat (limited to 'terms.c')
-rw-r--r--terms.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/terms.c b/terms.c
index 339b645..2866e1d 100644
--- a/terms.c
+++ b/terms.c
@@ -2247,6 +2247,10 @@ skip_escseq(void)
getch();
getch();
getch();
+ } else if (is_xterm && c == '<') {
+ c = getch();
+ while (IS_DIGIT(c) || c == ';')
+ c = getch();
}
else
#endif