From owner-cvs-all Fri Dec 28 10:15: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D982737B41E; Fri, 28 Dec 2001 10:14:50 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSIEoR26314; Fri, 28 Dec 2001 10:14:50 -0800 (PST) (envelope-from joe) Message-Id: <200112281814.fBSIEoR26314@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 28 Dec 2001 10:14:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls extern.h ls.1 ls.c print.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/12/28 10:14:50 PST Modified files: bin/ls extern.h ls.1 ls.c print.c Log: 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 Revision Changes Path 1.15 +3 -1 src/bin/ls/extern.h 1.58 +25 -9 src/bin/ls/ls.1 1.47 +4 -0 src/bin/ls/ls.c 1.40 +39 -15 src/bin/ls/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message