Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: x86 console size
On Tue, 7 Jun 2022, Valery Ushakov wrote:
On Tue, Jun 07, 2022 at 19:02:08 +0200, Reinoud Zandijk wrote:
These work quite well! Only how to configure this? When and where is
this set and configured?
man 5 wscons.conf
Apropos that: can this patch be applied so that font-names (and their
filenames) can be quoted more intuitively?
Like this:
setvar ttyE0 font Boldface\ 16x32
instead of (currently) this:
setvar ttyE0 font Boldface\\\ 16x32
An example in wscons.conf(5) indicating this would also be helpful.
-RVP
---START---
diff -u etc/rc.d.orig/wscons etc/rc.d/wscons
--- etc/rc.d.orig/wscons 2011-08-09 08:08:10.000000000 +0000
+++ etc/rc.d/wscons 2022-06-08 21:21:47.950605000 +0000
@@ -87,7 +87,7 @@
cmd="$cmd -e $enc"
;;
esac
- cmd="$cmd -N $name $file"
+ cmd="$cmd -N \"$name\" \"$file\""
eval $DOIT $cmd
;;
---END---
Home |
Main Index |
Thread Index |
Old Index