15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
$NetBSD: patch-ad,v 1.3 2015/07/09 11:44:09 jperkin Exp $
|
|
|
|
Add color.
|
|
|
|
--- ls.h.orig 1996-12-21 23:40:58.000000000 +0000
|
|
+++ ls.h
|
|
@@ -54,6 +54,7 @@ extern int f_sectime; /* print the real
|
|
extern int f_size; /* list size in short listing */
|
|
extern int f_statustime; /* use time of last mode change */
|
|
extern int f_type; /* add type character for non-regular files */
|
|
+extern int f_color; /* add type in color for non-regular files */
|
|
|
|
typedef struct {
|
|
FTSENT *list;
|