diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-21 20:41:24 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-21 20:41:24 +0000 |
commit | ba9ac466324302dd6dae7d194cf4372a159e7274 (patch) | |
tree | 83bd84f63c86c9124cc77858ab566788caa5a508 /sys/conf/options.i386 | |
parent | 78494eacb612b3dd675aedf675157e7092ab1a72 (diff) | |
download | FreeBSD-src-ba9ac466324302dd6dae7d194cf4372a159e7274.zip FreeBSD-src-ba9ac466324302dd6dae7d194cf4372a159e7274.tar.gz |
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
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r-- | sys/conf/options.i386 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 34780d2..c00c02f 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -73,6 +73,8 @@ I686_CPU opt_global.h MAXCONS opt_syscons.h SC_ALT_MOUSE_IMAGE opt_syscons.h +SC_CUT_SPACES2TABS opt_syscons.h +SC_CUT_SEPCHARS opt_syscons.h SC_DEBUG_LEVEL opt_syscons.h SC_DFLT_FONT opt_syscons.h SC_DISABLE_DDBKEY opt_syscons.h |