diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-16 19:18:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-16 19:18:38 +0000 |
commit | 2881169373ec49a2a6cff318498a18f2e99f5d74 (patch) | |
tree | 297e7fd77b26c9500a0a00995868554c666cba9c /misc/colorls | |
parent | ad52f33b880f816076631935440794fe3117ac0b (diff) | |
download | ports-2881169373ec49a2a6cff318498a18f2e99f5d74.tar.gz ports-2881169373ec49a2a6cff318498a18f2e99f5d74.zip |
Notes
Diffstat (limited to 'misc/colorls')
-rw-r--r-- | misc/colorls/pkg-descr | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/colorls/pkg-descr b/misc/colorls/pkg-descr index 7de79189ef0f..905b1a920c01 100644 --- a/misc/colorls/pkg-descr +++ b/misc/colorls/pkg-descr @@ -3,12 +3,13 @@ display file attributes in color. There is a -G flag (somewhat similar to the -F flag). Take a look at the man page for details. The program is called "colorls" and installs itself in /usr/local/bin. -The file patches/patch-aa is the diffs from the 3.0-current (as of -1997/01/01) /usr/src/bin/ls directory. +The file patches/patch-aa is the diffs from the 3.0-stable (as of +2000/06/01) /usr/src/bin/ls directory. -Standard xterm prior to XFree86 3.1.2B doesn't know about colors, so -you should use update your XFree86 or use kterm (available from the ports -collection). +Also, note that you need a "color-capable" terminal to enable colorls -- +this means you should set your TERM to "xterm-color" or "kterm-color" +when using normal xterm or kterm, not "xterm" or "kterm" (which +termcap doesn't know that are color-capable). Satoshi Asami -asami@cs.berkeley.edu +asami@FreeBSD.org |