From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: Gregory Pavelcak Date: Fri, 31 Mar 2006 14:26:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Subject: [9fans] Charon start script Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 2aab8110-ead1-11e9-9d60-3106f5b1d025 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 ''#=E2=82=AA'' /srv rioimport { charon -buttons plain -framework all,exit $* > /dev/null >[2=3D1] echo halt > /dev/sysctl } $* ' $*