public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Resizeable xterms/rxvts
@ 2000-03-16  2:20 Keith Starsmeare
  2000-03-16  6:08 ` John Huddleston
  2000-03-16  7:54 ` Dr. Volker Zell
  0 siblings, 2 replies; 5+ messages in thread
From: Keith Starsmeare @ 2000-03-16  2:20 UTC (permalink / raw)
  To: cygwin

Has anyone managed to build an xterm or rxvt which resizes properly? The
only xterms I've tried are hopeless; they're fixed to 80x25. The rxvts I've
tried are a little better; they can be resized, but often things like vim
don't get the size right until the window size is changed for some reason
and if I rlogin from an rxvt then remote vim's rarely get the size right
(although on some, but not most, unix systems using resize after I resize
does correct the problem).

Currently I use twm's and xon to get a remote xterm; sometimes I'd rather
use rlogin (although I have to hit return twice once I've exited to end the
rlogin process).

Keith

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Resizeable xterms/rxvts
  2000-03-16  2:20 Resizeable xterms/rxvts Keith Starsmeare
@ 2000-03-16  6:08 ` John Huddleston
  2000-03-16  7:54 ` Dr. Volker Zell
  1 sibling, 0 replies; 5+ messages in thread
From: John Huddleston @ 2000-03-16  6:08 UTC (permalink / raw)
  To: Keith Starsmeare, cygwin

There's a separate list for http://sourceware.cygnus.com/cygwin/xfree/
which is cygwin-xfree@sourceware.cygnus.com

They would most likely be able to help you.

John Huddleston

----- Original Message -----
From: Keith Starsmeare <kxs@bigfoot.com>
To: cygwin <cygwin@sourceware.cygnus.com>
Sent: Thursday, March 16, 2000 3:21 AM
Subject: Resizeable xterms/rxvts


> Has anyone managed to build an xterm or rxvt which resizes properly? The
> only xterms I've tried are hopeless; they're fixed to 80x25. The rxvts
I've
> tried are a little better; they can be resized, but often things like vim
> don't get the size right until the window size is changed for some reason
> and if I rlogin from an rxvt then remote vim's rarely get the size right
> (although on some, but not most, unix systems using resize after I resize
> does correct the problem).
>
> Currently I use twm's and xon to get a remote xterm; sometimes I'd rather
> use rlogin (although I have to hit return twice once I've exited to end
the
> rlogin process).
>
> Keith
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Resizeable xterms/rxvts
  2000-03-16  2:20 Resizeable xterms/rxvts Keith Starsmeare
  2000-03-16  6:08 ` John Huddleston
@ 2000-03-16  7:54 ` Dr. Volker Zell
  2000-03-17  6:24   ` Keith Starsmeare
  2000-04-15 20:26   ` Dr. Volker Zell
  1 sibling, 2 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2000-03-16  7:54 UTC (permalink / raw)
  To: Keith Starsmeare; +Cc: cygwin

>>>>> "Keith" == Keith Starsmeare <kxs@bigfoot.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@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Resizeable xterms/rxvts
  2000-03-16  7:54 ` Dr. Volker Zell
@ 2000-03-17  6:24   ` Keith Starsmeare
  2000-04-15 20:26   ` Dr. Volker Zell
  1 sibling, 0 replies; 5+ messages in thread
From: Keith Starsmeare @ 2000-03-17  6:24 UTC (permalink / raw)
  To: Dr. Volker Zell; +Cc: cygwin

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@de.oracle.com>
To: "Keith Starsmeare" <kxs@bigfoot.com>
Cc: "cygwin" <cygwin@sourceware.cygnus.com>
Sent: Thursday, March 16, 2000 3:56 PM
Subject: Re: Resizeable xterms/rxvts


> >>>>> "Keith" == Keith Starsmeare <kxs@bigfoot.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@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Resizeable xterms/rxvts
  2000-03-16  7:54 ` Dr. Volker Zell
  2000-03-17  6:24   ` Keith Starsmeare
@ 2000-04-15 20:26   ` Dr. Volker Zell
  1 sibling, 0 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2000-04-15 20:26 UTC (permalink / raw)
  To: Keith Starsmeare; +Cc: cygwin

\rReSent-Date: Sat, 15 Apr 2000 23:26:05 -0400 (EDT)
ReSent-From: Jeffrey Juliano <juliano@email.unc.edu>
ReSent-To: Jeffrey Juliano <juliano@email.unc.edu>
ReSent-Subject: Re: Resizeable xterms/rxvts
ReSent-Message-ID: <Pine.GSO.4.21L1.0004152326050.21889@swift.cs.unc.edu>


>>>>> "Keith" == Keith Starsmeare <kxs@bigfoot.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@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-04-15 20:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-16  2:20 Resizeable xterms/rxvts Keith Starsmeare
2000-03-16  6:08 ` John Huddleston
2000-03-16  7:54 ` Dr. Volker Zell
2000-03-17  6:24   ` Keith Starsmeare
2000-04-15 20:26   ` Dr. Volker Zell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).