Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2005 05:25:59 -0400
From:      "Mike Adewole" <mike@voicenette.com>
To:        <freebsd-hackers@freebsd.org>
Subject:   syscons and SC_NO_CUTPASTE issue
Message-ID:  <000501c5b457$59e6cea0$6501a8c0@newton>

next in thread | raw e-mail | index | archive | help
It appears that kernel option SC_NO_CUTPASTE not only disables cut n paste
operations in virtual terminals but also prevents the mouse pointer from
being displayed or drawn. But there are cases when the mouse pointer should
be displayed even when cut n paste is disabled. This happens for example in
a tui environment where the environment does the cut n paste by itself but
needs to show the mouse pointer.

I propose that:

(a) SC_NO_SYSMOUSE should be the only option that prevents the mouse pointer
from being displayed
(b) SC_NO_SYSMOUSE should imply SC_NO_CUTPASTE (as it currently does)
(c) SC_NO_CUTPASTE should disable cut n paste but allow the mouse pointer to
be displayed
(d) the next release of the generic kernel should be compiled with
SC_NO_CUTPASTE

If it's OK with syscons maintainer and there's no serious objection from
other folks, I'll consider submitting a patch that implements (a) - (c).

Thanks.
Mike




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c5b457$59e6cea0$6501a8c0>