delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <20000317142350.80645.qmail@hotmail.com> |
X-Originating-IP: | [137.71.23.34] |
From: | "Keith Starsmeare" <kxs AT bigfoot DOT com> |
To: | "Dr. Volker Zell" <vzell AT de DOT oracle DOT com> |
Cc: | "cygwin" <cygwin AT sourceware DOT cygnus DOT com> |
References: | <20000316102001 DOT 45030 DOT qmail AT hotmail DOT com> <kvn1nyvrg5 DOT fsf AT vzell DOT de DOT oracle DOT com> |
Subject: | Re: Resizeable xterms/rxvts |
Date: | Fri, 17 Mar 2000 14:23:40 -0000 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.00.2919.6600 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.6600 |
Thanks for the patch; I have applied it to my sources, now all I have to do is get my gcc working again as I seem to have broken it; probably when I installed a newer snapshot! :( Keith ----- Original Message ----- From: "Dr. Volker Zell" <vzell AT de DOT oracle DOT com> To: "Keith Starsmeare" <kxs AT bigfoot DOT com> Cc: "cygwin" <cygwin AT sourceware DOT cygnus DOT com> Sent: Thursday, March 16, 2000 3:56 PM Subject: Re: Resizeable xterms/rxvts > >>>>> "Keith" == Keith Starsmeare <kxs AT bigfoot DOT com> writes: > > Keith> Has anyone managed to build an xterm or rxvt which resizes properly? The > Keith> only xterms I've tried are hopeless; they're fixed to 80x25. The rxvts I've > Keith> tried are a little better; they can be resized, but often things like vim > Keith> don't get the size right until the window size is changed for some reason > Keith> and if I rlogin from an rxvt then remote vim's rarely get the size right > Keith> (although on some, but not most, unix systems using resize after I resize > Keith> does correct the problem). > > 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 __CYGWIN__ > + /* 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 |