Date: Mon, 5 Jun 2000 12:39:39 -0700 (PDT) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls print.c Message-ID: <200006051939.MAA82217@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2000/06/05 12:39:39 PDT
Modified files:
bin/ls print.c
Log:
Don't use curses includes, include termcap.h instead
Don't use curses functions, use tputs instead
Add ^C reaction - reset colors
Optimization - don't turn off colors after EACH file printed.
Fix wrong ctype macro arg type in LSCOLORS parsing
Revision Changes Path
1.23 +27 -14 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?200006051939.MAA82217>
