--- tree-1.5.0/tree.1.colour 2004-09-13 13:58:15.805852115 +0100 +++ tree-1.5.0/tree.1 2004-09-13 13:58:15.817849826 +0100 @@ -25,8 +25,8 @@ .br .SH DESCRIPTION \fITree\fP is a recursive directory listing program that produces a depth -indented listing of files, which is colorized ala \fIdircolors\fP if the \fBLS_COLORS\fP -environment variable is set and output is to tty. With no arguments, +indented listing of files. Color is supported ala \fIdircolors\fP if the \fBLS_COLORS\fP +environment variable is set, output is to a tty, and the \fB-C\fP flag is used. With no arguments, \fItree\fP lists the files in the current directory. When directory arguments are given, \fItree\fP lists all the files and/or directories found in the given directories each in turn. Upon completion of listing all --- tree-1.5.0/tree.c.colour 2004-08-16 02:07:21.000000000 +0100 +++ tree-1.5.0/tree.c 2004-09-13 13:59:40.070771629 +0100 @@ -200,8 +200,9 @@ q = p = dtotal = ftotal = 0; aflag = dflag = fflag = lflag = pflag = sflag = Fflag = uflag = gflag = FALSE; Dflag = qflag = Nflag = Hflag = Rflag = FALSE; - noindent = force_color = nocolor = xdev = noreport = nolinks = FALSE; + noindent = force_color = xdev = noreport = nolinks = FALSE; inodeflag = devflag = FALSE; + nocolor = TRUE; dirs = xmalloc(sizeof(int) * (maxdirs=4096)); Level = -1;