xterm

In computing, xterm is the standard terminal emulator for the X Window System. A user can have many different invocations of xterm running at once on the same display, each of which provides independent input/output for the process running in it (normally the process is a Unix shell).[2][3]

xterm
A sample xterm, running the Bash shell, showing a listing of /etc.
Original author(s)Mark Vandevoorde
Developer(s)Thomas Dickey
Initial release1984 (1984)
Stable release
Patch #356 / May 2, 2020 (2020-05-02)[1]
Repository
Operating systemX Window System
TypeTerminal emulator
LicenseMIT/X Consortium License
Websiteinvisible-island.net/xterm/

xterm originated prior to the X Window System. It was originally written as a stand-alone terminal emulator for the VAXStation 100 (VS100) by Mark Vandevoorde, a student of Jim Gettys, in the summer of 1984, when work on X started. It rapidly became clear that it would be more useful as part of X than as a standalone program, so it was retargeted to X. As Gettys tells the story, "part of why xterm's internals are so horrifying is that it was originally intended that a single process be able to drive multiple VS100 displays."[4]

After many years as part of the X reference implementation, around 1996 the main line of development then shifted to XFree86 (which itself forked from X11R6.3), and it is now maintained by Thomas Dickey.

Many xterm variants are also available.[5] Most terminal emulators for X started as variations on xterm.

Features

Terminal emulation

Early versions emulated the VT102 and Tektronix 4014.[6]

Later versions added control sequences for DEC and other terminals such as:

  • VT220: Added in patch 24.[7]
  • VT320: Added in patch 24.[7]
  • VT420: DECSTR (soft terminal reset) was added in patch 34.[8]
  • VT520: Although not officially emulated, parts of VT520 features were implemented.[9] Controls DECSMBV and DECSWBV for setting the margin- and warning-bell volume was added in patch 254.[10]

Customization

Example showing xterm's toolbar.
Chart of the 256 colors available in an xterm with color support. xterm color numbers and RGB values are shown for each.

As with most X applications, xterm can be customized via global X resources files (e.g. /usr/lib/X11/app-defaults/XTerm), per-user resource files (e.g. ~/XTerm, ~/.Xresources), or command-line arguments. Most of the command-line options correspond to resource settings, as noted in the manual page.

While the name of the program is xterm, the X resource class is XTerm. The uxterm script overrides this, using the UXTerm resource class.

xterm normally does not have a menu bar. To access xterm's three menus, users hold the control key and press the left, middle, or right mouse button. Support for a "toolbar" can be compiled-in, which invokes the same menus.

Protocols

Supported terminal control functions include:

  • ANSI X3.64
  • Digital Equipment Corporation VT family:
  • Tektronix family:
    • Tektronix 4014

In addition to protocols used in commercially available terminal machines, xterm added a few protocols that have been adopted by other terminal emulators, such as:

  • Mouse tracking: Support for buttons 4 and 5 was added in patch 120.[11]
  • 16-colour terminal protocol: Added in patch 39.[12]
  • 256 colors terminal protocol: Added in patch 111.[13]
  • 88-colour terminal protocol: Added in patch 115.[14]
  • Custom colour palette: Ability to specifying the RGB values for palette entries was added in patch 111.[13]

See also

References

  1. Dickey, Thomas E. "XTERM – Change Log". Thomas E. Dickey. Archived from the original on 2017-12-29. Retrieved 2018-01-04.
  2. Rothman, Ernest E; Jepson, Brian; Rosen, Rich (2008-09-18). Mac OS X for Unix Geeks (Leopard): Demistifying the Geekier Side of Mac OS X. ISBN 978-0596555191.
  3. Wagner, Bill (1998). The Complete Idiot's Guide to UNIX. ISBN 978-0789718051.
  4. Thomas E. Dickey. "XTerm – Frequently Asked Questions (FAQ), Who wrote XTerm?". Archived from the original on 2018-06-24. Retrieved 2018-06-04.
  5. Thomas E. Dickey. "XTerm – Frequently Asked Questions (FAQ), What versions are available?". Archived from the original on 2018-06-24. Retrieved 2018-06-04.
  6. Thomas E. Dickey. "What is XTerm?". Archived from the original on 2018-06-24. Retrieved 2018-06-04.
  7. "Patch #24 - 1996/8/11 - XFree86 3.1.2Ee". Archived from the original on 2001-12-22. Retrieved 2008-02-25.
  8. "Patch #34 - 1997/1/5 - XFree86 3.2o". Archived from the original on 2001-12-22. Retrieved 2008-02-25.
  9. "Why not emulate VT520?". Archived from the original on 2012-03-11. Retrieved 2007-01-06.
  10. "Patch #254 - 2010/1/6". Archived from the original on 2001-12-22. Retrieved 2008-02-25.
  11. "Patch #120 - 1999/10/28 - XFree86 3.9.16c".
  12. "Patch #39 - 1997/5/24 - XFree86 3.2Xl".
  13. "Patch #111 - 1999/7/10 - XFree86 3.9Pw".
  14. "Patch #115 - 1999/9/18 - XFree86 3.9.16a".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.