Hi, I sometimes get this error when starting acme in riostart. My riostart looks like this:
#!/bin/rc
scr=(`{cat /dev/draw/new >[2]/dev/null || status=''})
wid=$scr(11)
ht=$scr(12)
a=`{echo $wid-35 | hoc }
b=`{echo $ht-50 | hoc }
window -hide auth/fgui # needed when drawterming
window -r 0 0 100 120 stats -lme
window -r 100 0 $a 120 faces -i
window -r 10 120 $a $b acme -l acme.dump
Any ideas why this might happen?
Robby
