From owner-freebsd-current Fri Feb 13 18:39:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08048 for freebsd-current-outgoing; Fri, 13 Feb 1998 18:39:41 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA07827; Fri, 13 Feb 1998 18:38:37 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA14549; Sat, 14 Feb 1998 11:38:10 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id LAA19177; Sat, 14 Feb 1998 11:45:45 +0900 (JST) Message-Id: <199802140245.LAA19177@zodiac.mech.utsunomiya-u.ac.jp> To: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= Cc: phk@FreeBSD.ORG, current@FreeBSD.ORG, yokota@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: syscons becomes worse somwhere in v1.252-1.255 In-Reply-To: Your message of "Fri, 13 Feb 1998 19:39:28 +0300." <19980213193928.28090@nagual.pp.ru> References: <19980213190058.19651@nagual.pp.ru> <19980213193928.28090@nagual.pp.ru> Date: Sat, 14 Feb 1998 11:45:44 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >2) Junk in 8bit character introduced in v1.252 with removing >#define SC_MOUSE_CHAR (0x03) This #define was accidentally introduced in v.1.251 and removed in v1.252. The behavior of syscons WITHOUT the define is the same as versions up to v.1.250. >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? This issue has been brought up several times before, and I myself discussed it with sos recently. The thing is we are in loose-loose situation. We can't have both: good-looking mouse cursor and national character support. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message