rxvt (acronym for our extended virtual terminal)[1] is a terminal emulator for the X Window System. It has many forks including rxvt-unicode (urxvt), mrxvt, etc.
Questions tagged [rxvt]
51 questions
0
votes
1 answer
vim text color on vsplit (white on white)
I finally and getting around to migrating from aterm to urxvt and have most things setup the way I want, but I still have a hanging issue with vim. When I issue a :vsplit command the text at the bottom of each window showing the filename is white on…

ryan0270
- 1,135
- 11
- 33
0
votes
1 answer
C- is intercepted in emacs -nw (terminal intercept?)
I use urxvt (terminal) under awesome (window manager) and ubuntu (os).
In graphical mode, c- set the mark but in text mode it inserts a space.
The problem is solved when using gnome-terminal but some other key combinations still does not work. For…

M. Toya
- 615
- 8
- 24
0
votes
2 answers
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.

quackingduck
- 5,845
- 5
- 29
- 22
0
votes
1 answer
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 search functionality works fine, but entering the…

Justin Mullin
- 118
- 6
0
votes
1 answer
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 me with that? Thanks! I am using Windows 7…

Bobo
- 8,777
- 18
- 66
- 85
-1
votes
1 answer
Flickering ACS_CKBOARD using ncurses in rxvt
I wanted to get familiar with the curses interface (never used it before), so I wrote a little snake game last weekend. There's a one-line status WINDOW * and the rest of the screen is the field WINDOW * The game logic calls a central drawing…
user2371524