OBS User unknown
2007-11-05 23:30:50 +00:00
committed by Git OBS Bridge
parent 17e45c7b44
commit aec7edd7ae
39 changed files with 5573 additions and 5861 deletions

11
mc-esc-seq.patch Normal file
View File

@@ -0,0 +1,11 @@
--- src/util.c
+++ src/util.c
@@ -1193,6 +1193,8 @@
/* strchr() matches trailing binary 0 */
while (*(++r) && strchr ("0123456789;?", *r));
}
+ else if (*r == '(')
+ r++;
/*
* Now we are at the last character of the sequence.