shithub: rc

Download patch

ref: 0ed7f3744e293b2129dd8fdf12a0cdb8d8264519
parent: e3fd8f1a5605ba41454588478a2bddf956cee5c5
author: sl <sl@o>
date: Fri Jan 16 23:19:08 EST 2026

vtb: handle vertical resolutions 1504 and above.

--- a/vtb
+++ b/vtb
@@ -1,5 +1,5 @@
 #!/bin/rc
-# 2025-12-19T18:54:48-05:00
+# 2026-01-16T23:16:49-05:00
 rfork e
 scr=(`{cat /dev/draw/new >[2]/dev/null})
 w=$scr(11)
@@ -7,7 +7,7 @@
 switch($h){
 case 2*
 	font=/lib/font/contrib.bit/hugevga/unicode.font
-case 14*
+case 14* 15*
 	#font=/lib/font/bit/pelm/unicode.12.font
 	font=/lib/font/bit/fixed/unicode.10x20.font
 case *
--