1Terminal(1)                 General Commands Manual                Terminal(1)
2
3
4

NAME

6       Terminal - A Terminal emulator for X
7

SYNOPSIS

9       Terminal
10

DESCRIPTION

12       This manual page documents briefly the Terminal application.
13
14       Terminal  is what is known as an X terminal emulator, often referred to
15       as terminal or shell. It provides an equivalent to  the  old  fashioned
16       text  screen  on  your desktop, but on which can easily the screen with
17       other graphical applications.
18
19       Terminal emulates the xterm application developed by the X  Consortium.
20       In  turn,  the  xterm  applications emulates the DEC VT102 terminal and
21       also supports the DEC VT220 escape sequences. An escape sequence  is  a
22       series  of characters that with the Esc character. Terminal accepts all
23       of the escape sequences that the VT102  and  VT220  terminals  use  for
24       functions such as to position the cursor and to clear the screen.
25
26
27

OPTIONS

29       Terminal takes the following command line options:
30
31       --help Print a help screen and exit.
32
33       --version
34              Output version information and exit.
35
36
37

ENVIRONMENT

39       Terminal's  behaviour  is  affected  by the following environment vari‐
40       ables.
41
42       XDG_CONFIG_HOME
43              Specifies the root for all user-specific configuration files. If
44              this environment variable is unset, it defaults to ~/.config/
45
46       XDG_CONFIG_DIRS
47              Set  of  preference  ordered  base directories relative to which
48              configuration files  should  be  searched  in  addition  to  the
49              $XDG_CONFIG_HOME base directory. The directories should be sepa‐
50              rated with a colon.
51
52       XDG_DATA_HOME
53              Specifies the root for all user-specific  data  files.  If  this
54              environment variables is unset, it defaults to ~/.local/share/
55
56       XDG_DATA_DIRS
57              Set  of  preference  ordered  base directories relative to which
58              data files should be searched in addition to the  $XDG_DATA_HOME
59              base  directory.  The  directories  should  be  separated with a
60              colon.
61
62
63

FILES

65       Terminal reads its configuration from the files $XDG_CONFIG_DIRS/Termi‐
66       nal/terminalrc.   Terminal  creates the main menubar and the popup menu
67       from the files  $XDG_DATA_DIRS/Terminal/Terminal.ui  and  the  toolbars
68       layout from the files $XDG_DATA_DIRS/Terminal/Terminal-toolbars.ui.  If
69       you customize the toolbars,  the  new  toolbars  layout  is  stored  to
70       $XDG_DATA_HOME/Terminal/Terminal-toolbars.ui.
71
72
73

AUTHOR

75       The Terminal software and this manual page was written for os-cillation
76       by Benedikt Meurer <benny@xfce.org>.
77
78
79

REPORTING BUGS

81       Report bugs to http://bugs.os-cillation.com/.
82
83
84
86       Copyright © 2003-2005 os-cillation.
87
88
89
90                                 Mar 19, 2005                      Terminal(1)
Impressum