Questions tagged [urxvt]

Urxvt is a rxvt-unicode (Urxvt for short) terminal emulator for the X Window System, also available for Windows in the form of a Cygwin port.

Urxvt is a rxvt-unicode (Urxvt for short) terminal emulator for the X Window System, also available for Windows in the form of a Cygwin port.

RXVT was originally written by Rob Nation and later extensively modified by Mark Olesen, who took over maintenance for several years. It is intended to be a slimmed-down alternate for xterm, omitting some of its little-used features.

The latter refers to the Xt resource mechanism, e.g., for binding keys. rxvt is an extended version of the older xvt terminal emulator by John Bovey.

The name originally stood for "Rob's xvt" (with XVT stands for 'X Virtual Terminal'), but was later re-dubbed "our xvt" (pronounced like the letters r-x-v-t).

Wikipedia resources:

https://en.wikipedia.org/wiki/Rxvt

https://en.wikipedia.org/wiki/Comparison_of_terminal_emulators

35 questions
0
votes
1 answer

How to make ACS variables display on terminal

Is there any way to force displaying ACS variables from ncurses in terminal? On urxvt and text-mode everything displays well, but on other terminals (i tested on xfce4-terminal, xterm, gnome-terminal)there is always is problem. I tought I can do…
g3t0r
  • 13
  • 5
0
votes
0 answers

urxvt -e emacs (nox) does not opening it correctly

I have a little problem when opening emacs-nox in rxvt-unicode with the following command: urxvt -e emacs So, here is the window after running the command: Screenshot of emacs window I have to maximize / unmaximize the window to set it normally. I…
lama02
  • 161
  • 2
  • 8
0
votes
1 answer

How to switch back to English keyboard input in urxvt?

I just started using urxvt with emacs and there is some keyboard shortcut I'm accidentally typing that is changing the keyboard input to cyrillic or greek (not sure which). What keyboard shortcut am I probably accidentally typing? How do I switch…
ryantm
  • 8,217
  • 6
  • 45
  • 57
-2
votes
1 answer

rxvt-unicode does not accept Ctrl-F to move the cursor to next letter for Bash and GNU readline and other shells

Am using i3 window manager, rxvt-unicode 9.26, bash 5.1.16, and yash 2.52. Already on set -o emacs mode. Using ~/.Xresources file: !! ~/.Xresources !! !! rxvt-unicode (urxvt) !! URxvt.geometry: 96x32 URxvt.scrollBar_right: …
wjzkfl
  • 157
  • 1
  • 7
-2
votes
1 answer

Linux bash: exec programm from terminal, return to terminal after it was closed

I would like to use the mouse features of gvim, but have it behave as normal vim otherwise. For that, I have added the line set guioptions= in my .gvimrc . I could make an alias to gvim (mapping it to exec gvim), so that when I open gvim from a…
maddingl
  • 197
  • 4
  • 20
1 2
3