From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 4 Nov 2005 15:18:10 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] drawterm In-Reply-To: <82c890d00511041209k743d6d39k@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <82c890d00511041209k743d6d39k@mail.gmail.com> Topicbox-Message-UUID: a627197c-ead0-11e9-9d60-3106f5b1d025 > I try to run it without params and with the common /? -h --help, > and i only get a crash. I think it try to open some environment > variables that are missing. (i can send you the complete > dump from windows if needed) When I run from unix with no params, a drawterm window pops up that says "set $cpu" and sits there. That's what's supposed to happen in Windows. I don't know why it doesn't. The command line is drawterm [-c cpuserver] [-a authserver] [-s secstoreserver] and some other flags which don't matter much. If you use -a but not -s, -s will be filled in with the arg from -a. If you don't specify -c it uses $cpu. You have to specify -a unless you're using factotum (Unix only). Russ