SOURCES: screen-statusline-encoding.patch - do not include extra space

glen glen at pld-linux.org
Wed Nov 26 14:20:03 CET 2008


Author: glen                         Date: Wed Nov 26 13:20:03 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- do not include extra space

---- Files affected:
SOURCES:
   screen-statusline-encoding.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/screen-statusline-encoding.patch
diff -u SOURCES/screen-statusline-encoding.patch:1.1 SOURCES/screen-statusline-encoding.patch:1.2
--- SOURCES/screen-statusline-encoding.patch:1.1	Wed Nov 26 13:53:22 2008
+++ SOURCES/screen-statusline-encoding.patch	Wed Nov 26 14:19:57 2008
@@ -12,7 +12,7 @@
  	    D_encoding  = n;
 --- screen.c.orig	2008-05-08 02:37:22.000000000 +0800
 +++ screen.c	2008-05-20 20:34:37.000000000 +0800
-@@ -2584,6 +2584,18 @@
+@@ -2584,6 +2584,17 @@
  	    }
  	  p += strlen(p) - 1;
  	  break;
@@ -22,7 +22,6 @@
 +	  D_encoding = nwin_options.encoding > 0 ? nwin_options.encoding : 0;
 +	  if (win && win->w_encoding)
 +	    {
-+	      *p++ = ' ';
 +	      strcpy(p, EncodingName(win->w_encoding));
 +	    }
 +	  p += strlen(p) - 1;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/screen-statusline-encoding.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list