From owner-cvs-all Sun Mar 11 17:15:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E542C37B718; Sun, 11 Mar 2001 17:15:12 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2C1FCh99779; Sun, 11 Mar 2001 17:15:12 -0800 (PST) (envelope-from ache) Message-Id: <200103120115.f2C1FCh99779@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 11 Mar 2001 17:15:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scmouse.c syscons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/11 17:15:12 PST Modified files: sys/dev/syscons scmouse.c syscons.c Log: Don't require that mouse cursor must be visible before mouse paste. Paste always happens to current _text_ cursor position independently of mouse cursor position in any case and old variant force user to press mouse paste button _two_ times if mouse cursor is invisible. Revision Changes Path 1.19 +2 -3 src/sys/dev/syscons/scmouse.c 1.354 +7 -14 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message