Files
mc/mc-esc-seq.patch
OBS User autobuild 13968d0abe Accepting request 47520 from Base:System
Copy from Base:System/mc based on submit request 47520 from user psmt

OBS-URL: https://build.opensuse.org/request/show/47520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mc?expand=0&rev=23
2010-09-10 13:53:54 +00:00

14 lines
497 B
Diff

Index: lib/util.c
===================================================================
--- lib/util.c.orig 2010-07-05 21:12:51.000000000 +0200
+++ lib/util.c 2010-07-06 19:19:06.919536838 +0200
@@ -853,6 +853,8 @@ strip_ctrl_codes (char *s)
/* strchr() matches trailing binary 0 */
while (*(++r) && strchr ("0123456789;?", *r));
}
+ else if (*r == '(')
+ r++;
else if (*r == ']')
{
/*