Date: Fri, 21 Sep 2001 13:39:25 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> 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 Message-ID: <200109212039.f8LKdPq95076@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109212039.f8LKdPq95076>
