From owner-freebsd-current Thu Apr 19 5:55: 0 2001 Delivered-To: freebsd-current@freebsd.org Received: from henny.webweaving.org (gate.qubesoft.com [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id EFC8437B423 for ; Thu, 19 Apr 2001 05:54:55 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.11.3/8.11.3) with ESMTP id f3JCsTr03942; Thu, 19 Apr 2001 13:54:30 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Thu, 19 Apr 2001 13:54:29 +0100 (BST) From: Nick Hibma X-X-Sender: To: "Andrey A. Chernov" Cc: Kazutaka YOKOTA , , Subject: Re: Syscons mouse char range redefine proposal In-Reply-To: <20010419165059.A53153@nagual.pp.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You might want to specify in the comment what the arguments should look like, like an example. Nick On Thu, 19 Apr 2001, Andrey A. Chernov wrote: > On Thu, Apr 19, 2001 at 21:23:57 +0900, Kazutaka YOKOTA wrote: > > > > Maybe we should automatically add `-M 3' to flags for vidcontrol > > in rc.conf for those languages... > > > > Please review this patch: > > --- defaults/rc.conf.old Tue Apr 10 05:34:17 2001 > +++ defaults/rc.conf Thu Apr 19 16:46:40 2001 > @@ -292,6 +292,8 @@ > moused_type="auto" # See man page for rc.conf(5) for available settings. > moused_port="/dev/psm0" # Set to your mouse port. > moused_flags="" # Any additional flags to moused. > +mousechar_start="NO" # if 0xd0-0xd4 default range occuped in the font code > + # table, specify alternative range start like 3 > allscreens_flags="" # Set this vidcontrol mode for all virtual screens > > > --- rc.syscons.old Mon Jan 22 09:04:56 2001 > +++ rc.syscons Thu Apr 19 16:45:12 2001 > @@ -160,6 +160,13 @@ > [Yy][Ee][Ss]) > echo -n ' moused' > moused ${moused_flags} -p ${moused_port} -t ${moused_type} > + case ${mousechar_start} in > + [Nn][Oo] | '') > + ;; > + *) > + echo -n ' mousechar_start'; vidcontrol < ${viddev} -M ${mousechar_start} > + ;; > + esac > vidcontrol < ${viddev} -m on > ;; > esac > > -- > Andrey A. Chernov > http://ache.pp.ru/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > -- Qube Software, Ltd. Private: n_hibma@qubesoft.com n_hibma@webweaving.org n_hibma@FreeBSD.ORG http://www.qubesoft.com/ http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message