From owner-cvs-all Fri Sep 21 13:39:30 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 110EA37B408; Fri, 21 Sep 2001 13:39:26 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LKdPq95076; Fri, 21 Sep 2001 13:39:25 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109212039.f8LKdPq95076@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 21 Sep 2001 13:39:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syscons.4 src/sys/dev/syscons scmouse.c src/sys/conf options.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/21 13:39:25 PDT Modified files: share/man/man4 syscons.4 sys/dev/syscons scmouse.c sys/conf options.i386 Log: Introduce new syscons(4) kernel options: - SC_CUT_SPACES2TABS - when copying text into the cut buffer convert leading spaces into the tabs; - SC_CUT_SEPCHARS="XYZ" - treat supplied characters as possible words separators when the driver searches for words boundaries when doing cut operation. Also unify cut code a bit to decrease amount of duplicated code. This fixes line cut mode, so that it is no longer pads line with useless spaces. Approved by: ru Revision Changes Path 1.27 +13 -1 src/share/man/man4/syscons.4 1.158 +3 -1 src/sys/conf/options.i386 1.27 +92 -101 src/sys/dev/syscons/scmouse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message