I got the rc script to start charon from Tip o' the Day, (Below, since
it's short.) but I can't seem to get geometry specs to influence the
window.  Unfortunately the default window size is a bit too small for
browsing.

I've started to look at rioimport. Do I have to find some
defaults and adjust them in the source, or can I enlarge
this window some other way?

Thanks.

Greg

#!/bin/rc

rfork n

if(! test -f /dev/draw/new){
        bind -a '#i' /dev
}

exec /usr/inferno/Plan9/386/bin/emu -G -I -c1 /dis/sh.dis -c '
        mount -bc {mntgen} /mnt
        bind -c ''#U*'' /n/local
        bind -c ''#₪'' /srv
        rioimport  {
                charon -buttons plain -framework all,exit $* > /dev/null >[2=1]
                echo halt > /dev/sysctl
        } $*
' $*

Reply via email to