diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-19 14:55:32 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-19 14:55:32 +0000 |
| commit | 5199f8b80329cc2fdcdcdf4dc838489dab45ffeb (patch) | |
| tree | d90b60f8fb8e3beddc2b1907c11cac5c6240ba5a | |
| parent | b9ea7307d3e292fa2272703876957f2838526be5 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/rc.conf.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index db2002b8bfad..29bf1af9bc27 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1285,6 +1285,16 @@ for a bus mouse, for example. is set, these are the additional flags to pass to the .Xr moused 8 daemon. +.It Ar mousechar_start +(int) If set to +.Ar NO +then the default mouse cursor character range 0xd0-0xd4 is used, +otherwise range start is set +to +.Ar value +character, see +.Xr vidcontrol 1 . +Use if the default range is occuped in your language code table. .It Ar allscreens_flags (str) If set, .Xr vidcontrol 1 |
