Module Name:    src
Committed By:   uwe
Date:           Mon Aug 29 15:39:19 UTC 2022

Modified Files:
        src/etc: wscons.conf

Log Message:
wscons.conf: add commented out config examples for the Terminus font


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/etc/wscons.conf:1.22
--- src/etc/wscons.conf:1.21	Mon Jul 13 11:17:54 2020
+++ src/etc/wscons.conf	Mon Aug 29 15:39:19 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: wscons.conf,v 1.21 2020/07/13 11:17:54 nia Exp $
+#	$NetBSD: wscons.conf,v 1.22 2022/08/29 15:39:19 uwe Exp $
 #
 # workstation console configuration
 
@@ -16,6 +16,15 @@
 #  Uncomment to load. Needs to be explicitly enabled (see below).
 #font	latin2	-	16	iso	/usr/share/wscons/fonts/latin2.816
 
+# Terminus at different sizes (the wsf files carry all the necessary
+# information but rc.d/wscons wants the name to be specified).
+#font	Terminus16B-ISO8859-1	- - -	/usr/share/wscons/fonts/ter-116b.wsf
+#font	Terminus20-ISO8859-1	- - -	/usr/share/wscons/fonts/ter-120n.wsf
+#font	Terminus24-ISO8859-1	- - -	/usr/share/wscons/fonts/ter-124n.wsf
+#font	Terminus28-ISO8859-1	- - -	/usr/share/wscons/fonts/ter-128n.wsf
+#font	Terminus32-ISO8859-1	- - -	/usr/share/wscons/fonts/ter-132n.wsf
+
+
 # screens to create
 #	idx	screen	emul
 # Screen 0 is already configured as console in most cases.
@@ -54,6 +63,12 @@ screen	4	-	-
 #setvar	ttyE2	font		latin2
 #setvar	ttyE3	font		latin2
 
+# Use Terminus (see above for available sizes)
+#setvar	ttyE0	font		Terminus32-ISO8859-1
+#setvar	ttyE1	font		Terminus32-ISO8859-1
+#setvar	ttyE2	font		Terminus32-ISO8859-1
+#setvar	ttyE3	font		Terminus32-ISO8859-1
+
 # Change keyboard repeat speed to faster settings.
 #setvar	wskbd	repeat.del1	250
 #setvar	wskbd	repeat.deln	30

Reply via email to