The rxvt tag has no wiki summary.
0
votes
0answers
19 views
urxvt no unicode if launched by dmenu
I've a really strange problem with my urxvt.
When I launch it with dmenu then it doesn't support unicode correct. I can't type non-ASCII characters and they won't get shown correctly.
When I launch ...
0
votes
1answer
85 views
ZSH history-incremental-search-backward indents cursor
I've just started using ZSH with Cygwin/rxvt today (along with a default install of oh-my-zsh), and I'm noticing the reverse history search has a little quirk which is bothering me quite a bit. The ...
2
votes
0answers
97 views
Shel script to open a link in currently running browser with urxvt click
I created simple shell script:
#!/bin/zsh
URL=$1
function findBrowser {
processName=$1
ps ax | grep "$processName" | grep -v grep | wc -l
}
CNTFF=`findBrowser "firefox"`
CNTCH=`findBrowser ...
1
vote
1answer
196 views
What does git-config(1) mean when it says “colors are used only when the output is to a terminal”?
I'm outputting to a terminal, but Git is not correctly detecting that I'm outputting to a terminal, for the purposes of coloring the output. My question is, what does git-config(1) really mean when it ...
1
vote
0answers
205 views
Rxvt-unicode (urxvt) on Mac OS X Lion
I've just began my migration to Mac OS X.
Being experienced user of Linux (Gentoo, FreeBSD), I couldn't make my favorite urxvt console to behave kuake-like on MAC OS X.
What I want is a show/hide ...
0
votes
1answer
112 views
Copy from an rxvt terminal
It does copy what I want but the problem is it somehow sends a ctrl-c to my terminal which will result in the execution of the current line of command every time! This truly bugs me. Can anyone help ...
1
vote
1answer
310 views
how to make rxvt start as fullscreen?
I can't find it within man page.
I am using rxvt-unicode-256color from debian squeeze mirror.
Gnome 3 environment, composite enabled in xorg.conf.
0
votes
1answer
659 views
Converting from rxvt login batch to mintty in cygwin
Here is my cygwin.bat file for starting a cygwin terminal window via rxvt.
@echo off
C:
set PATH=%PATH%;C:\cygwin\bin
REM SHELL needed for any screen instances started from bash
set ...
3
votes
1answer
547 views
Windows version of rxvt Backspace key doesn't work as expected [closed]
I'm using rxvt.exe, the alternative to bash.exe that comes with msysgit. My OS is WinXP.
I invoke the console with "C:\Program Files\Git\bin\rxvt.exe" -e /usr/bin/bash --login -i
The backspace key ...
0
votes
1answer
424 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
96 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
...
1
vote
1answer
242 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 ...
0
votes
2answers
1k 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 ...
10
votes
4answers
2k 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 ...
2
votes
4answers
3k 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 ...
39
votes
16answers
28k 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 ...
0
votes
2answers
2k 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
...
10
votes
6answers
4k 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 ...
0
votes
2answers
3k 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
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?