rxvt

From Wikipedia, the free encyclopedia
rxvt
Original author(s)Rob Nation
Developer(s)rxvt project
Stable release
2.6.4 / November 1, 2001; 22 years ago (2001-11-01)
Preview release
2.7.10 / March 26, 2003; 21 years ago (2003-03-26)
TypeTerminal emulator
LicenseGPL-2.0-or-later
Websiterxvt.net

Rxvt (acronym for our extended virtual terminal)[1] is a terminal emulator for the X Window System, and in the form of a Cygwin port, for Windows.

History[edit]

Rxvt was originally written by Rob Nation[2] 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, like Tektronix 4014 emulation and toolkit-style configurability. 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 of the University of Kent.

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

Features[edit]

rxvt-unicode with translucency and a truetype mono font

Aside from features such as those controlled by resource files, rxvt's terminal emulation differs from xterm in two important ways:

  • It emulates a VT102, rather than a VT220. That means that it handles 8-bit data differently, does not implement the C1 controls that xterm does. xterm does implement a switch "-k8"[3] to suppress that functionality; rxvt does not provide an option to emulate a VT220.
  • The strings sent for function keys are different. xterm sends strings that are encoded using the same rules as the ANSI/ISO escape sequences. Rxvt's do not, though they provide comparable flexibility in this area.

Newer versions of rxvt have primitive support for pseudo-transparency.

The rxvt distribution also includes an analog clock program called rclock. Very old distributions included a copy of vttest, but dropped that in 1996 with version 2.18.

Forks[edit]

See also[edit]

References[edit]

  1. ^ "Welcome to RXVT". Retrieved February 23, 2016.
  2. ^ a b "Linux Journal Interviews Robert Nation". Linuxjournal.com. Retrieved 7 October 2017.
  3. ^ Thomas E. Dickey. "XTERM- Change Log - Patch #175 - 2003/3/9 - XFree86 4.3.0".
  4. ^ urxvt(1) - Linux man page
  5. ^ Wterm(1) man
  6. ^ Wterm - The Lightweight Feature-Rich Terminal Emulator for X

External links[edit]