shithub: rc

Download patch

ref: 4ab7e4ed2be6f104f399f36a062ef8cb0d70a83d
parent: 17b6f737c690690a6fb1d925bfd6a6ced7a4bda6
author: sl <sl@habu>
date: Fri Mar 13 21:00:38 EDT 2026

vtb: fixed 10x20 -> gallant unicode.22

--- a/vtb
+++ b/vtb
@@ -1,5 +1,5 @@
 #!/bin/rc
-# 2026-01-16T23:16:49-05:00
+# 2026-03-13T20:59:29-04:00
 rfork e
 scr=(`{cat /dev/draw/new >[2]/dev/null})
 w=$scr(11)
@@ -9,7 +9,8 @@
 	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
+	#font=/lib/font/bit/fixed/unicode.10x20.font
+	font=/lib/font/contrib.bit/gallant/unicode.22.font
 case *
 	font=/lib/font/bit/fixed/unicode.9x15.font
 }
--