Date: Sun, 4 Jun 2000 19:14:01 -0700 (PDT) From: Josef Karthauser <joe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls Makefile extern.h ls.c ls.h print.c Message-ID: <200006050214.TAA18352@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joe 2000/06/04 19:14:01 PDT Modified files: bin/ls Makefile extern.h ls.c ls.h print.c Log: * Re-implement colour support using termcap's AF and AB capabilities to manage the ANSI colour sequences. Colour support is disabled unless the TERM environment variable references a valid termcap. * Allow optional compilation of the colour support in the Makefile, defaulting to yes. This allows us to switch it off for fixit floppies and other mediums where space is an issue and the extra bloat of statically linking with ncurses isn't acceptable. * Display a warning if colour is requested with '-G' but support for it isn't compiled in. Revision Changes Path 1.10 +4 -1 src/bin/ls/Makefile 1.9 +4 -1 src/bin/ls/extern.h 1.34 +21 -3 src/bin/ls/ls.c 1.13 +3 -1 src/bin/ls/ls.h 1.21 +48 -12 src/bin/ls/print.c 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?200006050214.TAA18352>