From owner-svn-src-all@FreeBSD.ORG Mon Mar 31 00:17:34 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B37EEFA; Mon, 31 Mar 2014 00:17:34 +0000 (UTC) Date: Mon, 31 Mar 2014 00:17:34 +0000 From: Alexey Dokuchaev To: Aleksandr Rybalko Subject: Re: svn commit: r263885 - in head/sys/dev/vt: . hw/vga Message-ID: <20140331001734.GA15296@FreeBSD.org> References: <201403282204.s2SM4SeN001155@svn.freebsd.org> <5336F23B.9080402@freebsd.org> <20140330003523.791b9ed3.ray@freebsd.org> <20140330070444.GA30090@FreeBSD.org> <20140330233824.12632c5f.ray@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140330233824.12632c5f.ray@freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Nathan Whitehorn X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 00:17:34 -0000 On Sun, Mar 30, 2014 at 11:38:24PM +0300, Aleksandr Rybalko wrote: > > I've always wondered why FreeBSD *ever* had this ugly > > "look-we-can-make-it- like-in-wind0ze" mouse pointer on the console. > > I've been always building kernel with SC_ALT_MOUSE_IMAGE; I'm really > > hoping (if this nonsense has to stay) there will be an option to > > completely disable it and all related code paths when vt(4) > > eventually replaces syscons(4). > > its name SC_NO_CUTPASTE for both syscons(4) and vt(4). Hmm, doesn't seem so. I've never had this option in kernel config, and its name suggest it's for disabling cut-n-paste buffer, which is not what I want (and find it very convenient, FWIW). I'm pretty sure that SC_ALT_MOUSE_IMAGE gives me that standard, "inverted" nice text-mode mouse pointer we all used to since early DOS years. ./danfe