mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Fix typo in mouse_char range
This commit is contained in:
parent
475693945d
commit
557d3d1c9c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75796
@ -292,7 +292,7 @@ moused_enable="NO" # Run the mouse daemon.
|
||||
moused_type="auto" # See man page for rc.conf(5) for available settings.
|
||||
moused_port="/dev/psm0" # Set to your mouse port.
|
||||
moused_flags="" # Any additional flags to moused.
|
||||
mousechar_start="NO" # if 0xd0-0xd4 default range is occuped in your
|
||||
mousechar_start="NO" # if 0xd0-0xd3 default range is occuped in your
|
||||
# language code table, specify alternative range
|
||||
# start like mousechar_start=3, see vidcontrol(1)
|
||||
allscreens_flags="" # Set this vidcontrol mode for all virtual screens
|
||||
|
Loading…
Reference in New Issue
Block a user