Penguin
Blame: TerminalEmulator
EditPageHistoryDiffInfoLikePages
Annotated edit history of TerminalEmulator version 7, including all changes. View license author blame.
Rev Author # Line
6 AristotlePagaltzis 1 A program that emulates a [TTY] (the most common terminal standard is the [VT100] terminal).
4 AristotlePagaltzis 2
7 AristotlePagaltzis 3 Besides the [Linux] console itself, the most common TerminalEmulator is [xterm(1)]. At launch, most TerminalEmulator~s run an interactive [Shell] inside themselves by default.
4 AristotlePagaltzis 4
7 AristotlePagaltzis 5 There are many graphical TerminalEmulator~s which provide a window with an emulated terminal in a [GUI] environment. It has been said that [X11] is mostly useful because it allows you to have so many terminals on screen at the same time. [xterm(1)] is the default one with very mature and complete emulation support. It is not particularly customizable in appearance, however, and in times past was considered somewhat resource hungry. Over time, a wide range of TerminalEmulator~s offering just about any distinguishing characteristic you particularly care for (performance, memory footprint, eyecandy, DesktopEnvironment integration etc) have been written.
4 AristotlePagaltzis 6
7 Here are some of the more common ones:
6 AristotlePagaltzis 8
5 JohnMcPherson 9 * [Screen]
7 AristotlePagaltzis 10 * [aterm(1)]
11 * [Eterm(1)], part of [Enlightenment]
12 * [rxvt(1)] (ouR eXtended Virtual Terminal)
13 * [gnome-terminal(1)], part of [GNOME]
14 * [konsole(1)], part of [KDE]
15 * [PuTTY], a [Free] TerminalEmulator for MicrosoftWindows