Rxvt
Template:Short description Template:Lowercase {{#invoke:Infobox|infobox}}Template:Template other{{#invoke:Check for unknown parameters | check | showblankpositional=1 | unknown = Template:Main other | preview = Page using Template:Infobox software with unknown parameter "_VALUE_"|ignoreblank=y | AsOf | author | background | bodystyle | caption | collapsetext | collapsible | developer | discontinued | engine | engines | genre | included with | language | language count | language footnote | latest preview date | latest preview version | latest release date | latest release version | latest_preview_date | latest_preview_version | latest_release_date | latest_release_version | licence | license | logo | logo alt | logo caption | logo upright | logo size | logo title | logo_alt | logo_caption | logo_upright | logo_size | logo_title | middleware | module | name | operating system | operating_system | other_names | platform | programming language | programming_language | released | replaced_by | replaces | repo | screenshot | screenshot alt | screenshot upright | screenshot size | screenshot title | screenshot_alt | screenshot_upright | screenshot_size | screenshot_title | service_name | size | standard | title | ver layout | website | qid }}Template:Main other Rxvt (acronym for our extended virtual terminal)<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> is a terminal emulator for the X Window System, and in the form of a Cygwin port, for Windows.
HistoryEdit
Rxvt was originally written by Rob Nation<ref name=LJ19971101>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> 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'),<ref name=LJ19971101 /> but was later re-dubbed "our xvt" (pronounced like the letters r-x-v-t).
FeaturesEdit
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"<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref> 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.
ForksEdit
- aterm (from rxvt 2.4.8) created for use with the AfterStep window manager (no longer maintained)
- Eterm (from rxvt 2.21) created for use with Enlightenment
- mrxvt (from rxvt 2.7.11) created for multiple tabs and additional features (latest version released in 2008-09-10)
- urxvt (rxvt-unicode) (from rxvt 2.7.11)<ref name="urxvt man">urxvt(1) - Linux man page</ref>
- Wterm,<ref name="wterm man">Wterm(1) man</ref> designed for NeXTSTEP style window managers such as Window Maker<ref name="home page">Wterm - The Lightweight Feature-Rich Terminal Emulator for X</ref>