From owner-cvs-all Tue Oct 2 6:11:40 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 01C8137B406; Tue, 2 Oct 2001 06:11:36 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92DBZN19917; Tue, 2 Oct 2001 06:11:35 -0700 (PDT) (envelope-from yokota) Message-Id: <200110021311.f92DBZN19917@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 2 Oct 2001 06:11:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 vidconsole.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 yokota 2001/10/02 06:11:35 PDT Modified files: sys/boot/i386/libi386 vidconsole.c Log: Fix the ANSI color escape sequence \E[m. - Corretly map the ansi color number to a PC BIOS color. - Handle multiple arguments to the escape sequence. Revision Changes Path 1.18 +120 -155 src/sys/boot/i386/libi386/vidconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message