Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 1955f3ad8ea068f31683b12b5755ac79 > files > 5

tcsh-6.24.10-1.mga9.src.rpm

Index: tcsh-6.24.10/tw.color.c
===================================================================
--- tcsh-6.24.10/tw.color.c
+++ tcsh-6.24.10/tw.color.c	2023-04-23 12:06:15.091258039 +0200
@@ -57,6 +57,7 @@
     Vdi, Vln, Vor, Vpi, Vso, Vdo, Vbd, Vcd,
     Vex, Vfi, Vno, Vmi, Vlc, Vrc, Vec, Vsu,
     Vsg, Vtw, Vow, Vst, Vrs, Vhl, Vmh, Vca,
+    Vcl,
 } VARINDEX;
 
 typedef struct {
@@ -100,6 +101,7 @@
     VAR(Vhl, CV_NONE,	"hl", ""),	/* Obsolete, use mh */
     VAR(Vmh, CV_HARD,	"mh", ""),	/* Regular file with multiple hard links */
     VAR(Vca, CV_NONE,	"ca", ""),	/* File with capability. Not implemented. */
+    VAR(Vcl, CV_NONE,	"cl", ""),      /* CLRTOEOL */
 };
 
 #define nvariables (sizeof(variables)/sizeof(variables[0]))