delorie.com/archives/browse.cgi | search |
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" <terryl AT ultimatetechnology DOT com> |
Cc: | "Raju K. V." <rajukv AT wipinfo DOT soft DOT net>, cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: menus in rxvt |
References: | <B3953869CBF8D211A1E50004AC4C1B5402F406 AT ultimate2 DOT ultimate DOT com> |
Mime-Version: | 1.0 (generated by tm-edit 7.108) |
From: | "Dr. Volker Zell" <vzell AT de DOT oracle DOT com> |
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: | <kviu9454ah.fsf@vzell.de.oracle.com> |
Lines: | 38 |
>>>>> "Lincoln" == Lincoln, W Terry <terryl AT ultimatetechnology DOT com> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |