Harman Patil (Editor)

Rxvt

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Rob Nation

Type
  
Terminal emulator

Developer(s)
  
rxvt project

License
  
GPL

Rxvt

Stable release
  
2.6.4 / November 1, 2001; 15 years ago (2001-11-01)

Preview release
  
2.7.10 / March 26, 2003; 13 years ago (2003-03-26)

rxvt (acronym for our extended virtual terminal) is a terminal emulator for the X Window System (and, in the form of a Cygwin port, for Windows), 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, 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" 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

  • aterm (from rxvt 2.4.8)
  • Eterm (from rxvt 2.21)
  • mrxvt (from rxvt 2.7.11)
  • rxvt-unicode (from rxvt 2.7.11)
  • Wterm is a fork of rxvt, designed for NeXTSTEP style window managers such as Window Maker.
  • References

    Rxvt Wikipedia