rxvt

How do I change the colors displayed in cygwin rxvt?

When I use "[\e[34m]sometext" i get sometext in blue, but can I specify the shade of blue somewhere? ...

How do I brighten the colors in the rxvt family of terminals?

I know how to lighten the colors for certain commands, however I'd like to lighten the standard ansi colors across all commands. ...

Seething over MSYS shell - is it replaceable?

I need a serviceable shell for MSYS. This is my current dilemma: The default rxvt.exe has a scroll bar and copy and paste, but doesn't send control characters or arrow keys to a running program in the shell (like interpreters/debuggers). This is a real thorn when using the Haskell interpreter ghci. The other shell sh.exe handles con...

cygwin xterm not responding to keyboard

My cygwin xterm is not responding to the keyboard. I am able to run rxvt, but when I start other X applications I have the same problem. From the rxvt command prompt, I get the following: $ xterm xterm Xt error: Can't open display: :0 The contents of my XWin.0.log are: $ cat XWin.0.log Welcome to the XWin X Server Vendor: The Cygw...

Best terminal environment for Cygwin/Windows?

Today I run Cygwin with rxvt using the following startup line: rxvt -bg black -sl 8192 -fg white -sr -g 150x56 -fn "Fixedsys" -e /usr/bin/bash --login -i This gives me a resizeable native Windows window which is much better than the standard "DOS box" the default cygwin.bat provides. However, the current configuration does have a co...

How to stop rxvt from spacing fonts miles apart?

I installed the latest release of MinGW/MSYS, and I like to use rxvt terminal over the boring windows command prompt. But this new build spaces the letters too much: most fonts I have tried are messed up - even Courier New (ttf), Consolas (ttf), or PC6X13 (fon). I'm stuck with plain OLD Courier because at least it's readable. Any solut...

ssh with command....Plus the shell

Hi, I'd like a command that ssh'es into a machine, runs a command (cd or execute a script or su), and then gives me the shell. Passing a command to ssh seems to always exit. Some examples of what I'm looking for: 'ssh me@machine1 "./executeMyScript && cd /developmentDirectory"' and then it gives me my shell back. The reasons I want to...

rxvt stuck when run interative command

OS: winxp, Terminal: msys/rxvt, Shell: bash The rxvt works fine generally, but when I run some interactive and in-the-terminal program such as vim or python shell, it just stuck. Any ideas about this? Thanks ...