Module Name:    src
Committed By:   ahoka
Date:           Mon Jan 18 17:10:29 UTC 2010

Modified Files:
        src/etc: wscons.conf

Log Message:
Add examples to make switching wscons to ISO 8859-2 as easy as removing
some hashmarks.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/etc/wscons.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/wscons.conf
diff -u src/etc/wscons.conf:1.17 src/etc/wscons.conf:1.18
--- src/etc/wscons.conf:1.17	Sun Nov 15 07:43:13 2009
+++ src/etc/wscons.conf	Mon Jan 18 17:10:29 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: wscons.conf,v 1.17 2009/11/15 07:43:13 tsutsui Exp $
+#	$NetBSD: wscons.conf,v 1.18 2010/01/18 17:10:29 ahoka Exp $
 #
 # workstation console configuration
 
@@ -12,6 +12,10 @@
 #font	pcvt	-	-	pcvt	/usr/share/wscons/fonts/vt220h.816
 #font	pcvt	-	8	pcvt	/usr/share/wscons/fonts/vt220h.808
 
+# Font for central european languages (ISO 8859-2).
+#  Uncomment to load. Needs to be explicitly enabled (see below).
+#font	latin2	-	16	iso	/usr/share/wscons/fonts/latin2.816
+
 # screens to create
 #	idx	screen	emul
 # Screen 0 is already configured as console in most cases.
@@ -30,7 +34,7 @@
 
 # Select a kernel builtin keyboard map by uncommenting the following line and
 # altering the country code to your requirements
-# (choose from user, us, uk, de, dk, it, fr, jp, sv, no, es, pt, cz).
+# (choose from user, us, uk, de, dk, it, fr, jp, sv, no, es, pt, cz, hu).
 # See wsconsctl(8), pckbd(4), ukbd(4) etc. for more details.
 #encoding sv
 #encoding us.swapctrlcaps
@@ -45,6 +49,12 @@
 #setvar	ttyE0	font		ibm
 #setvar	ttyE1	font		ibm
 
+# Uncomment for ISO 8859-2 support
+#setvar	ttyE0	font		latin2
+#setvar	ttyE1	font		latin2
+#setvar	ttyE2	font		latin2
+#setvar	ttyE3	font		latin2
+
 # Change keyboard repeat speed to faster settings.
 #setvar	wskbd	repeat.del1	250
 #setvar	wskbd	repeat.deln	30

Reply via email to