summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Miguel Sánchez García <soy.jmi2k@gmail.com>2021-03-02 10:03:25 +0100
committerJosé Miguel Sánchez García <soy.jmi2k@gmail.com>2021-03-02 10:03:25 +0100
commit85e4383835ceeecdb244cdd2892976ae4d417c24 (patch)
tree3cfc067b094e0c9e4bfdcc956566420c0cbc2f37
parent5ac3fa0257fcede4aa80d31e50551ed14ca9d997 (diff)
downloadplan9front-85e4383835ceeecdb244cdd2892976ae4d417c24.tar.xz
[9front] riostart: make text window focused by default
This change makes the text window be focused on startup when using default riostart (e.g: when using the release ISO). This little change makes you able to immediately reach the rc shell without clicking the window, which at the very least is more convenient, and if you have problems to use your mouse but want to install the system, you also can (I had to stop profile from running at boot to patch it in my VPS KVM console because the mouse wasn't working properly. Could install and setup it to connect through drawterm).
-rwxr-xr-xsys/lib/dist/usr/glenda/bin/rc/riostart3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/dist/usr/glenda/bin/rc/riostart b/sys/lib/dist/usr/glenda/bin/rc/riostart
index fde27dff3..725454451 100755
--- a/sys/lib/dist/usr/glenda/bin/rc/riostart
+++ b/sys/lib/dist/usr/glenda/bin/rc/riostart
@@ -1,6 +1,5 @@
#!/bin/rc
-window 0,0,161,117 stats -lmisce
window -miny 130
-
+window 0,0,161,117 stats -lmisce
# run a system shell on the serial console
~ $#console 0 || window -scroll console