shithub: bin.rc

Download patch

ref: 17ffc25b2303538e71895e660fce6640d5b1dc3b
parent: 4f4b767fae09a76152d777ca1b5372218d6e5ff9
author: kvik <kvik@a-b.xyz>
date: Mon May 4 16:45:00 EDT 2020

tty: use $monofont instead of hardcoded font

--- a/bin/tty
+++ b/bin/tty
@@ -1,3 +1,2 @@
 #!/bin/rc
-rfork e
-font=/lib/font/bit/unifont/unifont.font window -m vt -c ssh $*
+font=$monofont window -m vt -c ssh $*