git: 9front

Download patch

ref: 1498545efb7f8cbaf6cf076a5988ef51d6f089ac
parent: de20919e4d7eb5ab5b396d48c12740e67b81d9bd
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Mar 7 15:29:55 EST 2021

riostart: revert, this doesnt fix anything

This change does not work and the real fix is in rio.

--- a/sys/lib/dist/usr/glenda/bin/rc/riostart
+++ b/sys/lib/dist/usr/glenda/bin/rc/riostart
@@ -1,5 +1,6 @@
 #!/bin/rc
-window -miny 130
 window 0,0,161,117 stats -lmisce
+window -miny 130
+
 # run a system shell on the serial console
 ~ $#console 0 || window -scroll console
--