Date: Sun, 4 Jun 2000 20:20:30 -0700 From: "Andrey A. Chernov" <ache@freebsd.org> To: Josef Karthauser <joe@pavilion.net> Cc: Josef Karthauser <joe@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/ls Makefile extern.h ls.c ls.h print.c Message-ID: <20000604202029.C13982@freebsd.org> In-Reply-To: <20000605041432.X620@pavilion.net>; from joe@pavilion.net on Mon, Jun 05, 2000 at 04:14:32AM %2B0100 References: <200006050214.TAA18352@freefall.freebsd.org> <20000604193146.B3141@freebsd.org> <20000605034122.T620@pavilion.net> <20000604200212.B9728@freebsd.org> <20000605040714.V620@pavilion.net> <20000604201123.A13982@freebsd.org> <20000605041432.X620@pavilion.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 05, 2000 at 04:14:32AM +0100, Josef Karthauser wrote: > On Sun, Jun 04, 2000 at 08:11:28PM -0700, Andrey A. Chernov wrote: > > > > I'll do. For end_colors proper algoritm is: > > > > First use "op" if available, if not - use "oc". > > If you don't have both "op" and "oc" - don't use colors at all. > > > > Do you mean 'op' or 'oc'? if (!op && !oc) colors = 0; if (op) put(op); else put(oc); -- Andrey A. Chernov <ache@nagual.pp.ru> http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000604202029.C13982>