]> git.pld-linux.org Git - packages/screen.git/commitdiff
- do not include extra space
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Nov 2008 13:19:57 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    screen-statusline-encoding.patch -> 1.2

screen-statusline-encoding.patch

index 560ce38fa32b201e5fa216e10fb74c1b649be1a1..3d5a258eb0938a2e8a7a339ce419bc5ef32106b9 100644 (file)
@@ -12,7 +12,7 @@ https://savannah.gnu.org/bugs/index.php?23955
            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 @@ https://savannah.gnu.org/bugs/index.php?23955
 +        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;
This page took 0.034836 seconds and 4 git commands to generate.