1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00
freebsd/bin/ls
Josef Karthauser 74985094ef * 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.
2000-06-05 02:14:01 +00:00
..
cmp.c $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
extern.h * Re-implement colour support using termcap's AF and AB capabilities 2000-06-05 02:14:01 +00:00
ls.1 Add colour support to /bin/ls (at a cost of 1056 bytes on my system). 2000-06-02 14:53:42 +00:00
ls.c * Re-implement colour support using termcap's AF and AB capabilities 2000-06-05 02:14:01 +00:00
ls.h * Re-implement colour support using termcap's AF and AB capabilities 2000-06-05 02:14:01 +00:00
Makefile * Re-implement colour support using termcap's AF and AB capabilities 2000-06-05 02:14:01 +00:00
print.c * Re-implement colour support using termcap's AF and AB capabilities 2000-06-05 02:14:01 +00:00
util.c $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00