From owner-freebsd-current Fri Feb 13 08:53:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18239 for freebsd-current-outgoing; Fri, 13 Feb 1998 08:53:53 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ache.relcom.ru (ache@ache.relcom.ru [193.125.20.108]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17624; Fri, 13 Feb 1998 08:48:59 -0800 (PST) (envelope-from ache@ache.relcom.ru) Received: (from ache@localhost) by ache.relcom.ru (8.8.8/8.8.8) id TAA00301; Fri, 13 Feb 1998 19:39:40 +0300 (MSK) (envelope-from ache) Message-ID: <19980213193928.28090@nagual.pp.ru> Date: Fri, 13 Feb 1998 19:39:28 +0300 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: phk@FreeBSD.ORG, current@FreeBSD.ORG, yokota@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: syscons becomes worse somwhere in v1.252-1.255 Mail-Followup-To: phk@FreeBSD.ORG, current@FreeBSD.ORG, yokota@FreeBSD.ORG, sos@FreeBSD.ORG References: <19980213190058.19651@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89.1i In-Reply-To: <19980213190058.19651@nagual.pp.ru>; from ache@nagual.pp.ru on Fri, Feb 13, 1998 at 07:00:58PM +0300 Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 13, 1998 at 07:00:58PM +0300, Андрей Чернов wrote: > Now I got > sc0: WARNING: video mode switching is only partially supported > I never got before, moreover 8bit characters used for cursor > displays some junk while they stay as normal characters with v1.251 > version. Exact details: 1) sc0: WARNING: video mode switching is only partially supported introduced in v1.254 2) Junk in 8bit character introduced in v1.252 with removing #define SC_MOUSE_CHAR (0x03) For 1) - phk, please fix. For 2) - I think we need to make 0x03 ad _default_ mouse character code instead of 0xd0 as was before. 0xd0 very depends on code table used and points to valid used character in many tables while 0x03 don't confuse anybody since lower controls not used in termcap entries and for national character too. Any objections? -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message