Sorry. I guess I should have been more specific. I like bash a lot and am
happy with it. I’m looking for a terminal.
I have run bash in cmd.com and in rxvt, and I like rxvt much better. I was
just wondering if there was another one people favored more. Actually, I’m
interested in what linux terminals people use, too. I have settled on
multi-gnome-terminal, myself, but I’m open for suggestions.
My primary criteria are that programs run “like they are supposed to”, and
ease of customability (font, colors, etc.). In windows, my biggest issues
are with fonts. There are very few fonts I can use with cmd.com (which is
inferior to rxvt, anyway), and even less with rxvt (at least that I have
figured out).
So, I was wondering what terminals people recommend? (As was stated earlier
in this thread, rxvt seems to give me problems from time to time.)
Chris
···
----- Original Message -----
From: “Daniel Bretoi” lists@debonair.net
Newsgroups: comp.lang.ruby
Sent: Sunday, December 08, 2002 3:08 PM
Subject: Re: Good windows console? (was: Buffered output on Windows)
On Sun, Dec 08, 2002 at 12:20:38PM +0900, Chris Pine wrote:
So, is there a good Windows console out there? What are people’s
favorites?
I know I don’t like the standard DOS one. rxvt is good most of the
time,
but has problems with various things. Sometimes I run the cygwin port of
xterm in an xserver, but I don’t always like doing it that way.
I’m a little confused of what you’re actually looking for.
It sounds like you’re loking for a shell (bash,command.com,cmd.com,
tcsh) ?
rxvt however is a terminal to access a shell.
explain?
Personally, to do any commandline type work, I ssh using PuTTy
(PuTTY: a free SSH and Telnet client) to a UNIX shell of
choice.
db
Suggestions?
Chris
----- Original Message -----
From: nobu.nokada@softhome.net
Newsgroups: comp.lang.ruby
Sent: Friday, December 06, 2002 5:38 PM
Subject: Re: Buffered output on Windows
Hi,
At Sat, 7 Dec 2002 07:41:48 +0900, > Chris Pine wrote:
Well, I’ll be damned… you’re right! I was running the program in the
port
of rxvt which comes in the cygwin distribution, but I had good reason
(obviously not good enough) to believe that rxvt was not at fault:
When I said that the Linux version of ruby was fine, I was running that
in
the same rxvt window! I just ssh’d over to my linux box and ran it
there.
Why would that be?
It means rxvt cygwin port is incomplete yet. It uses a pipe to
connect child process, so non-cygwin children don’t recognize
it a tty. This issue is not limited to ruby, for example,
Borland’s tdump tool fails on rxvt too.
Windows fundamentally doesn’t have pseodo tty feature like on
UNIX but only special “console”. Japanese maintainer of rxvt
for cygwin at least has noticed this but cannot solve yet.
–
Nobu Nakada
–
A.D. 1844: Samuel Morse invents Morse code. Cryptography export
restrictions prevent the telegraph’s use outside the U.S. and Canada.