1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/dev/syscons
Maxim Sobolev 78f45204d9 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
2001-09-21 20:41:24 +00:00
..
apm Added necessary include for pc98. 2001-01-25 09:56:04 +00:00
blank
daemon Fixed warnings. 2001-02-21 11:28:02 +00:00
fade
fire Remove unneeded header. 2000-06-25 09:39:11 +00:00
green
logo repo-copy the source files from modules/syscons to the normal tree 2001-08-09 00:02:30 +00:00
rain Remove unneeded header. 2000-06-25 09:39:11 +00:00
snake Fixed warnings. 2001-02-21 11:28:02 +00:00
star Fixed warnings. 2001-02-21 11:28:02 +00:00
warp Remove unneeded header. 2000-06-25 09:39:11 +00:00
scgfbrndr.c Refine cursor type/shape control escape sequences and 2001-08-02 08:30:40 +00:00
schistory.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
scmouse.c Introduce new syscons(4) kernel options: 2001-09-21 20:41:24 +00:00
scterm-dumb.c
scterm-sc.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
scterm.c With this commit, I hereby pronounce gensetdefs past its use-by date. 2001-06-13 10:58:39 +00:00
sctermvar.h Fix off by one error for ESC[1J. 2001-07-20 14:08:12 +00:00
scvesactl.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
scvgarndr.c Refine cursor type/shape control escape sequences and 2001-08-02 08:30:40 +00:00
scvidctl.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
scvtb.c Don't free buffers we didn't allocate. 2001-06-29 08:24:56 +00:00
syscons.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
syscons.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
sysmouse.c KSE Milestone 2 2001-09-12 08:38:13 +00:00