Date: Wed, 30 May 2001 23:13:20 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Dima Dorfman <dima@unixfreak.org> Cc: Dag-Erling Smorgrav <des@ofug.org>, arch@FreeBSD.ORG Subject: Re: {kbd,vid}control insanity patch Message-ID: <Pine.BSF.4.21.0105302228020.17744-100000@besplex.bde.org> In-Reply-To: <20010530050319.9506F3E28@bazooka.unixfreak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 29 May 2001, Dima Dorfman wrote: > Dag-Erling Smorgrav <des@ofug.org> writes: > > Dima Dorfman <dima@unixfreak.org> writes: > > > Dag-Erling Smorgrav <des@ofug.org> writes: > > > > Damn, yet another kbdcontrol bug. This - like every other vty- > > > > specific knob - should be in vidcontrol. > > > Are keymaps vty-specific? > > > > No, they're global. > > Okay, then that leaves -f, -F, -b, and -r in kbdcontrol. The patch > attached below moves those to vidcontrol as -F, -G, -B, and -R, > respectively. If this ends up getting committed I'll gladly nuke > allscreens_kbdflags. Not OK. The "vid" in vidcontrol means "video", not "vty". The keyboard functions were intentionally split off from the video functions when vidcontrol(1) and kbdcontrol(1) were spawned from syscons(1). Everything may belong in syscons(1) again, but the interfaces should not be gratuitously different from those in the utilities for other console drivers. pcvt already has enough gratuitous differences in its scon(1) and kcon(1) utilities. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0105302228020.17744-100000>