Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
14answers
15k 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 resizeable native Windows ...
9
votes
4answers
910 views

ssh with command…Plus the shell

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 ...
7
votes
5answers
2k 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 running program in ...
2
votes
5answers
2k 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 have tried are messed ...
1
vote
1answer
99 views

any way to get rxvt to recognize shift+tab?

I'm simply trying to get shift+tab to be a recognized key sequence during my rxvt terminal sessions. So I can map it to usefulness such as: bindkey "\e[Z" reverse-menu-complete But, based on my ...
1
vote
2answers
3k 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?
0
votes
1answer
43 views

MRXVT bash script to change tab title

I am not exactly a pro at BASH Scripting, but I can get by with the basics. I use MRXVT with Cygwin on my windows box (MRXVT is an RXVT Terminal with tabs. RXVT is a Standard Cygwin terminal, but with ...
0
votes
1answer
45 views

How do I enable history to record a here-document and its input?

When I use the command line I can recall history by using C-P or up arrow. However this does not work when trying to recall input to a here-document. # cat <<! > a > b > c > ! a b c ...
0
votes
1answer
555 views

No git color schemes under rxvt/cygwin

After getting tired of the default cygwin terminal, I decide to try rxvt. Everything seems fine except one thing: the color schemes for my git repositories stop working. BTW other color schemes like ...
0
votes
2answers
1k 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 following: $ xterm ...
0
votes
2answers
2k 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.