osc copypac from project:Base:System package:mc revision:11

OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2010-08-23 07:34:46 +00:00
committed by Git OBS Bridge
parent c83437be47
commit ffc3ae50d0
27 changed files with 7274 additions and 383 deletions

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

@@ -0,0 +1,13 @@
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 == ']')
{
/*