blob: 34743591ea9dd0e27b6f7d91519cd52b787043b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="guide"
id="introduction">
<info>
<revision version="0.1" date="2013-01-08" status="candidate"/>
<link type="guide" xref="index"/>
<link type="seealso" xref="overview"/>
<credit type="author copyright">
<name>Sindhu S</name>
<email its:translate="no">sindhus@live.in</email>
<years>2013</years>
</credit>
<credit type="copyright editor">
<name>Ekaterina Gerasimova</name>
<email its:translate="no">kittykat3756@gmail.com</email>
<years>2013</years>
</credit>
<credit type="copyright editor">
<name>Michael Hill</name>
<email its:translate="no">mdhillca@gmail.com</email>
<years>2013</years>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Learn about the GNOME terminal emulator.</desc>
</info>
<title>Introduction</title>
<p><app>Terminal</app> is a terminal emulator application for accessing a
UNIX shell environment which can be used to run programs available on your
system.</p>
<p><app>Terminal</app> supports escape sequences that control cursor position
and colors.</p>
<figure>
<title>GNOME Terminal</title>
<desc>Screenshot of GNOME <app>Terminal</app></desc>
<media type="image" src="figures/gnome-terminal.png" width="668">
</media>
</figure>
</page>
|