ref: a715924bf1ee111da0fb3d919537c7ad573c73d4
parent: ec96e42be754968e6ca60b21efbfddcf7aff878b
author: sl <sl@o>
date: Wed Mar 18 20:45:11 EDT 2026
vtb: use fixed 10x20 font for 1504 vertical resolution.
--- a/vtb
+++ b/vtb
@@ -1,5 +1,5 @@
#!/bin/rc
-# 2026-03-13T20:59:29-04:00
+# 2026-03-18T20:32:06-04:00
rfork e
scr=(`{cat /dev/draw/new >[2]/dev/null})w=$scr(11)
@@ -7,9 +7,9 @@
switch($h){case 2*
font=/lib/font/contrib.bit/hugevga/unicode.font
-case 14* 15*
- #font=/lib/font/bit/pelm/unicode.12.font
- #font=/lib/font/bit/fixed/unicode.10x20.font
+case 15*
+ font=/lib/font/bit/fixed/unicode.10x20.font
+case 14*
font=/lib/font/contrib.bit/gallant/unicode.22.font
case *
font=/lib/font/bit/fixed/unicode.9x15.font
--
⑨