Describe
options "SC_MOUSE_CHAR=0x03" hack
This commit is contained in:
parent
d093ec02c7
commit
3eb48cad51
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2441
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: russian.sgml,v 1.6 1998-02-04 12:41:08 ache Exp $ -->
|
<!-- $Id: russian.sgml,v 1.7 1998-02-14 13:53:32 ache Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect><heading>Russian Language (KOI8-R encoding)<label id="russian"></heading>
|
<sect><heading>Russian Language (KOI8-R encoding)<label id="russian"></heading>
|
||||||
|
@ -11,6 +11,12 @@ name="KOI8-R References (Russian Net Character Set)">.
|
||||||
<sect1><heading>Console Setup<label id="russian:console"></heading>
|
<sect1><heading>Console Setup<label id="russian:console"></heading>
|
||||||
<p>
|
<p>
|
||||||
<enum>
|
<enum>
|
||||||
|
<item>Add following line to your kernel configuration file:
|
||||||
|
<verb>
|
||||||
|
options "SC_MOUSE_CHAR=0x03"
|
||||||
|
</verb>
|
||||||
|
to move character codes used for mouse cursor off KOI8-R
|
||||||
|
pseudographics range.
|
||||||
<item>Russian console entry in <tt>/etc/rc.conf</tt> should looks like
|
<item>Russian console entry in <tt>/etc/rc.conf</tt> should looks like
|
||||||
<verb>
|
<verb>
|
||||||
keymap=ru.koi8-r
|
keymap=ru.koi8-r
|
||||||
|
|
Loading…
Reference in a new issue