shithub: rc

Download patch

ref: 9a8c0fa7f82ef2af4357c322803ce5aced9cf73e
parent: 70688168ffb7325916c46c3981b4e49fa38945cf
author: qwx <qwx@sciops.net>
date: Wed Mar 9 12:32:20 EST 2022

update for vt(1) desecration

--- a/bin/pastels
+++ b/bin/pastels
@@ -2,5 +2,5 @@
 d=$home/pastel
 if(~ $1 -2)
 	d=$home/pastel2
-for(i in acme colors faces fplot kbmap mothra spred stats vt winwatch aux/^(statusmsg statusbar) games/sudoku audio/zuke volume)
+for(i in acme colors faces fplot kbmap mothra spred stats winwatch aux/^(statusmsg statusbar) games/sudoku audio/zuke volume)
 	bind $d/$i /bin/$i
--- a/bin/t
+++ b/bin/t
@@ -1,4 +1,4 @@
 #!/bin/rc
 if(~ $#* 1)
 	*=(ssh tcp!$1!x)
-vt -2bf /lib/font/bit/fixed/unicode.6x10.font $*
+vt -2f /lib/font/bit/fixed/unicode.6x10.font $*
--- a/bin/tx
+++ b/bin/tx
@@ -1,4 +1,4 @@
 #!/bin/rc
 if(~ $#* 1)
 	*=(ssh tcp!$1!x)
-vt -xbf /lib/font/bit/fixed/unicode.6x10.font $*
+vt -xf /lib/font/bit/fixed/unicode.6x10.font $*