mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
348 B

--- ./src/window.c.orig 2003-05-16 22:06:26.000000000 +0200
+++ ./src/window.c 2005-10-19 03:49:46.000000000 +0200
@@ -62,7 +62,8 @@
static char *CS, *SF, *SR, *VB, *BL;
static char *VE, *VI, *KS, *KE;
static char *CD, *CL, *IC, *DC;
-static char *BC, *CR, *NL;
+char *BC;
+static char *CR, *NL;
#if ST_LINE
static char *TS, *FS, *DS;
#endif