Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Mailer: 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) (via feedmail 8 I); Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" To: "Lincoln, W. Terry" Cc: "Raju K. V." , cygwin AT sourceware DOT cygnus DOT com Subject: Re: menus in rxvt References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: "Dr. Volker Zell" Date: 04 Jun 1999 18:17:10 +0200 In-Reply-To: "Lincoln, W. Terry"'s message of "04 Jun 99 16:40:34 +0200" Message-ID: Lines: 38 >>>>> "Lincoln" == Lincoln, W Terry writes: Lincoln> I have rxvt v2.20 under cygwin and it says: Lincoln> rxvt: bad option "-menu" rxvt: bad option "terminal" Lincoln> Is this fixed in a later version? Which version should I Lincoln> get? I have rxvt-2.6.PRE2 - http://babayaga.math.fu-berlin.de/~rxvt/ and configured with ./configure --enable-xpm-background --enable-menubar --with-xpm --enable-utmp --enable-wtmp --enable-transparency --with-x --with-xpm I also use this patch: diff -upr /rxvt-2.6.PRE2/src/main.c rxvt-2.6.PRE2/src/main.c --- /rxvt-2.6.PRE2/src/main.c Thu Jan 28 08:24:39 1999 +++ rxvt-2.6.PRE2/src/main.c Sun Feb 14 15:43:45 1999 @@ -1367,6 +1367,11 @@ main(int argc, const char * const *argv) init_env(); init_command(cmd_argv); +#ifdef __CYGWIN32__ + /* Make sure the terminal subsystem knows about the initial size. */ + tt_resize(); +#endif + main_loop(); /* main processing loop */ return EXIT_SUCCESS; } Ciao Volker -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com