Software:Twin (windowing system)

From HandWiki
Twin
Developer(s)Massimiliano Ghilardi
Stable release
0.9.0 / January 6, 2021; 3 years ago (2021-01-06)
Operating systemUnix-like
TypeWindowing system
LicenseGPL
WebsiteGitHub project

Twin (acronym for "Textmode WINdow") is a windowing environment with mouse support, window manager, terminal emulator and networked clients, all inside a text mode display.[1] Twin is tested on Linux (x86, PowerPC/Power ISA, DEC Alpha, SPARC), FreeBSD, and macOS.

History

Written by Massimiliano Ghilardi, Twin started in 1993 as his first big program for PC DOS immediately after having learned the C programming language; but he soon abandoned it, since within DOS there was no multitasking, consequently he could not have any other program run inside the windows drawn by Twin. In late 1999, he resurrected twin by porting it to Linux.[2]

Usage

The terminal emulator Eterm has an interface layer named Escreen for interoperating with the terminal multiplexers GNU Screen or Twin. This allows Eterm to support multiple sub-shell sessions within a single window. This feature works similarly to the "tabbed" sessions offered by terminal emulators such as Konsole or GNOME Terminal. However, being an interface to existing software, Escreen has the advantage of providing additional capabilities like multiple regions per display, detach/reattach capability, seamless remote session support, firewall support, and more.[3]

Twin supports a variety of displays:

  • plain text computer terminals (any termcap/ncurses compatible terminal, the virtual console, Twin's own terminal emulator);
  • X11, where it can be used as a multi-window Xterm;
  • itself (it is possible to display a Twin on, or "inside", another Twin);
  • twdisplay, a general network-transparent display client, used to attach/detach more displays "on the fly".[4]

See also

References

  1. "twin". Freshmeat. Geeknet. http://freshmeat.net/projects/twin/. Retrieved 2010-03-02. 
  2. Massimiliano Ghilardi (2009-02-17). "And what about Twin?". Archived from the original on 2010-02-26. https://web.archive.org/web/20100226202655/http://linuz.sns.it/~max/twin/. Retrieved 2010-03-02. 
  3. "Escreen" section of Eterm manual page
  4. Twin's README file

External links