Tagged Questions

0
votes
0answers
8 views

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. …
5
votes
4answers
98 views

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 …
4
votes
6answers
588 views

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 …
2
votes
2answers
244 views

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 h …
7
votes
10answers
1k views

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 resize …
0
votes
2answers
627 views

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 f …
0
votes
2answers
400 views

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.
1
vote
2answers
845 views

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?