From owner-cvs-sys Fri Sep 26 08:33:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA10883 for cvs-sys-outgoing; Fri, 26 Sep 1997 08:33:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA10840; Fri, 26 Sep 1997 08:32:56 -0700 (PDT) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA19866; Fri, 26 Sep 1997 08:27:58 -0700 (PDT) Date: Fri, 26 Sep 1997 08:27:58 -0700 (PDT) Message-Id: <199709261527.IAA19866@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk itojun 1997/09/26 08:27:58 PDT Modified files: sys/i386/isa syscons.c Log: tiny update of ESC sequence parser. - some addition of comments (for readability) - iso-2022 G0 designation support. This does almost nothing. Just for avoiding garbled screen when got "ESC ( B". (how about G1/2/3 designation? I'm not sure) Revision Changes Path 1.233 +23 -5 src/sys/i386/isa/syscons.c