[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).
This commit is contained in:
parent
5ac3fa0257
commit
85e4383835
3
sys/lib/dist/usr/glenda/bin/rc/riostart
vendored
3
sys/lib/dist/usr/glenda/bin/rc/riostart
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue