shithub: rc

Download patch

ref: 1f0ec736c13c762d7b47a3791ecc50df5338d3b4
parent: a715924bf1ee111da0fb3d919537c7ad573c73d4
author: sl <sl@k>
date: Tue Mar 24 23:50:20 EDT 2026

vtb: my eyesight.

--- a/vtb
+++ b/vtb
@@ -1,5 +1,5 @@
 #!/bin/rc
-# 2026-03-18T20:32:06-04:00
+# 2026-03-24T23:49:48-04:00
 rfork e
 scr=(`{cat /dev/draw/new >[2]/dev/null})
 w=$scr(11)
@@ -7,10 +7,10 @@
 switch($h){
 case 2*
 	font=/lib/font/contrib.bit/hugevga/unicode.font
-case 15*
-	font=/lib/font/bit/fixed/unicode.10x20.font
-case 14*
+case 15* 14*
 	font=/lib/font/contrib.bit/gallant/unicode.22.font
+case 1050 1080
+	font=/lib/font/bit/fixed/unicode.10x20.font
 case *
 	font=/lib/font/bit/fixed/unicode.9x15.font
 }
--