public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: RXVT looks weird (was: printf is faster when piped through tee)
@ 2000-09-02 20:04 Earnie Boyd
  2000-09-03  8:55 ` RXVT looks weird Jonas Jensen
  0 siblings, 1 reply; 4+ messages in thread
From: Earnie Boyd @ 2000-09-02 20:04 UTC (permalink / raw)
  To: Jonas Jensen, Cygwin List

--- Jonas Jensen <bones0_list@hotmail.com> wrote:
> > Hint -
> > you might want to perform your test using this terminal or something
> similar
> > http://www.io.com/~bub/rxvt.html
> > instead of the console device.
> 
> Please help with this. I downloaded it, but when I run it, each letter has a
> bit space next to it, so the text looks like
> 
> b    o    n    o    @    B    O    B    ~
> $
> 
> It takes up my entire screeen, and there aren't room for more than
> 20-something characters horizontal space. What the hell is going on here??
> 

I use:

rxvt -sr -fn "Courier-13" -e bash

Cheers,

=====
--- < http://earniesystems.safeshopper.com > ---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

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

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

* Re: RXVT looks weird
  2000-09-02 20:04 RXVT looks weird (was: printf is faster when piped through tee) Earnie Boyd
@ 2000-09-03  8:55 ` Jonas Jensen
  2000-09-12 13:40   ` Jonas Jensen
  0 siblings, 1 reply; 4+ messages in thread
From: Jonas Jensen @ 2000-09-03  8:55 UTC (permalink / raw)
  To: Cygwin List

> I use:
>
> rxvt -sr -fn "Courier-13" -e bash

Thanks, that looks better.
I have some more problems with this program, though...

1) My Home/End keys don't work in Bash (they produce a ~ and a beep), though
they work in vim when TERM=xterm. When TERM=cygwin they don't work in vim
either (they change to command mode, freeze 1 second and capitalize the char
under the cursor).

2) When launching from shortcut, I get an NT console window sitting in the
background, black with a blinking cursor and a title bar of "rxvt". This
doesn't happen when launching from a bash prompt.

3) Courier seems to be the only working font, but it doesn't matter what I
set the size to, it's always the same. I'd like to use a different font like
Terminal or the one used by the NT console. How?

4) It doesn't beep. When I use the -vb option (visual beep) it works, but
not very well. I think it's supposed to be a white flash, but I just see a
white bar very briefly on a small part of the screen.

Also, what should I set TERM to? I can only get color with TERM=cygwin, but
I prefer the way it clears the screen after "less" and similar programs when
TERM=rxvt or TERM=xterm...

My command line is:
rxvt -fn Courier -bg black -fg gray -sr -vb -geometry 80x40 -sl
2000 --termName cygwin -e bash --login




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

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

* Re: RXVT looks weird
  2000-09-03  8:55 ` RXVT looks weird Jonas Jensen
@ 2000-09-12 13:40   ` Jonas Jensen
  0 siblings, 0 replies; 4+ messages in thread
From: Jonas Jensen @ 2000-09-12 13:40 UTC (permalink / raw)
  To: Cygwin List

----- Original Message -----
From: "Jonas Jensen" <bones@huleboer.dk>
Sent: Sunday, September 03, 2000 5:54 PM


[snip]
> I have some more problems with this program, though...
>
> 1) My Home/End keys don't work in Bash (they produce a ~ and a beep),
though
> they work in vim when TERM=xterm. When TERM=cygwin they don't work in vim
> either (they change to command mode, freeze 1 second and capitalize the
char
> under the cursor).
>
> 2) When launching from shortcut, I get an NT console window sitting in the
> background, black with a blinking cursor and a title bar of "rxvt". This
> doesn't happen when launching from a bash prompt.
>
> 3) Courier seems to be the only working font, but it doesn't matter what I
> set the size to, it's always the same. I'd like to use a different font
like
> Terminal or the one used by the NT console. How?
>
> 4) It doesn't beep. When I use the -vb option (visual beep) it works, but
> not very well. I think it's supposed to be a white flash, but I just see a
> white bar very briefly on a small part of the screen.
>
> Also, what should I set TERM to? I can only get color with TERM=cygwin,
but
> I prefer the way it clears the screen after "less" and similar programs
when
> TERM=rxvt or TERM=xterm...
>
> My command line is:
> rxvt -fn Courier -bg black -fg gray -sr -vb -geometry 80x40 -sl
> 2000 --termName cygwin -e bash --login

Can anybody help with this stuff? It seems that many people on this list are
using rxvt, so I don't think I'm the only one with these problems...

Any hints?

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

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

* Re: RXVT looks weird
@ 2000-09-12 19:38 Earnie Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Earnie Boyd @ 2000-09-12 19:38 UTC (permalink / raw)
  To: Jonas Jensen, Cygwin List

--- Jonas Jensen <bones0_list@hotmail.com> wrote:
> 
> Can anybody help with this stuff? It seems that many people on this list are
> using rxvt, so I don't think I'm the only one with these problems...
> 
> Any hints?
> 

IIRC, the README in the rxvt archive gives some hints on what to set the TERM
value to.

Cheers,

=====
--- < http://earniesystems.safeshopper.com > ---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

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

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

end of thread, other threads:[~2000-09-12 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-02 20:04 RXVT looks weird (was: printf is faster when piped through tee) Earnie Boyd
2000-09-03  8:55 ` RXVT looks weird Jonas Jensen
2000-09-12 13:40   ` Jonas Jensen
2000-09-12 19:38 Earnie Boyd

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).