summaryrefslogtreecommitdiffstats
path: root/bin/ls/extern.h
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-12-28 18:14:50 +0000
committerjoe <joe@FreeBSD.org>2001-12-28 18:14:50 +0000
commitdcc10c8b7bb3b7cde69a46f68456a1ed92d1c8fc (patch)
tree4e2f85c1a98554aef44294b6d1d825a9fbcea2f5 /bin/ls/extern.h
parentb0e8a2af1f722c2ac2c13de4daeec09b9891e402 (diff)
downloadFreeBSD-src-dcc10c8b7bb3b7cde69a46f68456a1ed92d1c8fc.zip
FreeBSD-src-dcc10c8b7bb3b7cde69a46f68456a1ed92d1c8fc.tar.gz
Revamp the colour support to allow for bold characters. Colours
are now defined using the characters a-h and A-H for the bold variants. The old way using 0-7 for the colours still works, but prints a message asking the user to switch. PR: bin/27374
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r--bin/ls/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h
index 31e2ced..45b908d 100644
--- a/bin/ls/extern.h
+++ b/bin/ls/extern.h
@@ -57,4 +57,6 @@ void colorquit __P((int));
extern char *ansi_fgcol;
extern char *ansi_bgcol;
extern char *ansi_coloff;
+extern char *attrs_off;
+extern char *enter_bold;
#endif
OpenPOWER on IntegriCloud