From owner-cvs-all Mon Jun 5 12:39:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 955F337B55E; Mon, 5 Jun 2000 12:39:39 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82217; Mon, 5 Jun 2000 12:39:39 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200006051939.MAA82217@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 5 Jun 2000 12:39:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls print.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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