Questions tagged [rxvt]

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.

51 questions
3
votes
0 answers

How can I set tmux vi-mode highlight color

Looking for a way to control text/cursor highlighting colors when in vi-mode in tmux. I can not seem to find many answers from googling around. I love tmux and use this feature quite a bit, and I have been living with this flaw for some time and…
Byron Mansfield
  • 613
  • 1
  • 6
  • 19
3
votes
2 answers

How do I figure out what font a running urxvt is using?

I found some escape codes for changing fonts in urxvt. I'd like to use these to dynamically change my font size. I've seen a few plugins that do this, but they're fairly opinionated about it and usually rely on a hardcoded list of fonts to toggle…
valadil
  • 1,648
  • 1
  • 14
  • 30
3
votes
4 answers

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…
roblogic
  • 1,266
  • 2
  • 13
  • 23
2
votes
2 answers

How do I change the colors displayed in cygwin rxvt?

When I print "\[\e[34m\]sometext" I get some text in blue, but can I specify the shade of blue somewhere?
Peter Coulton
  • 54,789
  • 12
  • 54
  • 72
2
votes
2 answers

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 # cat <
potong
  • 55,640
  • 6
  • 51
  • 83
2
votes
1 answer

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 research, I'm pretty sure the answer is no. Just…
Aaron Fi
  • 10,116
  • 13
  • 66
  • 91
2
votes
1 answer

zsh: up-line-or-history does not work in urxvt

up-line-or-history works well in gnome-terminal, but does not work after I switched to urxvt. I've tested this by explicitly calling this command in zsh (M-x in emacs mode). Can anyone give me a clue of why? I'm on Debian Jessie.
xuhdev
  • 8,018
  • 2
  • 41
  • 69
2
votes
1 answer

PyQT(also C++ QT binding) embedded urxvt terminal loosing focus

I have problem with embedding urxvt terminal within QT application. Below is simplified code example. When i create a QT window and embed urxvt terminal inside(by using -embed parameter), i have a problem with focus. When the window is created, the…
majkl
  • 170
  • 1
  • 13
2
votes
1 answer

How to fix terminal emacs selection highlighting

I'm giving terminal emacs a go. I'm running it in mintty on Cygwin and rxvt on Ubuntu 12.04. I have a problem: selected text is too hard to read. Here's how the text looks in mintty with TERM=xterm (I use a slightly different mapping for blue to…
Barry Kelly
  • 41,404
  • 5
  • 117
  • 189
1
vote
1 answer

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 enhanced features). I found a command to change…
Cody S
  • 4,744
  • 8
  • 33
  • 64
1
vote
1 answer

No color scheme in tmux 2.1

if I echo $TERM from my terminal, I get rxvt-unicode-256color and tput colors shows 256. I like the custom color scheme that I have there as defined in my .Xresources file. However, when I launch tmux -2, things change. echo $TERM shows…
1
vote
2 answers

Vim key maps act weird in urxvt

Recently I started to use & favor urxvt due to its vast amount of options and because of the transparency feature. Unfortunately, some key mapping in Vim do not work in urxvt. For example, I have mapped Ctrl + Up/Down and Shift + Up/Down to 5…
daniel451
  • 10,626
  • 19
  • 67
  • 125
1
vote
1 answer

Symbols showing up on urxvt with agnoster

I just started using and customising urxvt and it turns out that my agnoster theme for oh-my-zsh produces symbols/text in place of where the arrows should be. Here are some screenshots: urxvt terminator (another terminal) Thanks in advance.
Accelarion
  • 11
  • 1
  • 3
1
vote
1 answer

readline: remapping \C-m (Ctrl+m)

I want to have a custom binding for \C-m in my ~/.inputrc. However, the moment I replace it I can no longer enter any commands. E.g., "\C-m": vi-forward-word The problem seems to be that there exists a default binding "\C-m": accept-line That is…
deso
  • 11
  • 2
1
vote
1 answer

Powerline/arrowline arrows are too small in urxvt

I first tried to install powerline on my computer and had problems with the arrows not rendering correctly which was easily corrected by installing a patched font. However, although the arrow symbols were rendered correctly they were much smaller…
P-51D-25
  • 13
  • 3