syscons and SC_NO_CUTPASTE issue
Mike Adewole
mike at voicenette.com
Mon Sep 19 17:19:24 PDT 2005
----- Original Message -----
From: "Simon 'corecode' Schubert" <corecode at fs.ei.tum.de>
To: "Mike Adewole" <mike at voicenette.com>
Cc: <freebsd-hackers at freebsd.org>
Sent: Sunday, September 11, 2005 10:01 AM
Subject: Re: syscons and SC_NO_CUTPASTE issue
> On 08.09.2005, at 11:25, Mike Adewole wrote:
> > I propose that:
> > (d) the next release of the generic kernel should be compiled with
> > SC_NO_CUTPASTE
> why? I find cut+paste really useful per default.
> besides, can't this be controlled with a sysctl?
> cheers
>
> simon
>
the problem with the default setting is that it makes mouse support in a TUI
environment nearly impossible without patching/recompiling the kernel. For
instance, adding mouse support to sysinstall would be easier if cut and
paste is delegated to the dialog utility (or other TUI environment) instead
of being implemented directly by syscons.
sysctl would be the perfect solution but I assumed it may be too big a
change for some people.
cheers
Mike
More information about the freebsd-hackers
mailing list