rxvt

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
rxvt
A plain rxvt displaying the rxvt man page.
A plain rxvt displaying the rxvt man page.
Developer(s) rxvt project
Stable release 2.6.4 / 2001-11-01
Preview release 2.7.10 / 2003-03-26
Type Terminal emulator
License GPL
Website rxvt.net

rxvt is a terminal emulator for the X Window System (and, in the form of a Cygwin port, for Windows), originally written by Rob Nation[1] 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 "Robert's xvt", but was later re-dubbed "our xvt" (pronounced like the letters r-x-v-t).

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"[2] 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.

Derived programs

See also

References

  1. Robert Nation Linux Journal interview
  2. Lua error in package.lua at line 80: module 'strict' not found.

External links