终端模拟器

Benedikt Meurer

os-cillation
系统开发
软件开发者

Andrew Conkling

Nick Schermer

Xfce 核心开发人员


本手册介绍了版本为 0.4.3 的 @PACAGE_NAME@。

在自由软件基金会发布的 GNU 自由文档许可协议版本 1.1 或以后版本的条款约束下允许复制,分发和/或修改本文档,不要求保留特定内容、封面文本或者封底文本。许可协议全文可以通过以下链接找到: 自由软件基金会

May 2008


目录

Terminal 简介
终端模拟器是什么?
什么让 Terminal 与众不同?
开始使用
启动 Terminal
When you first start Terminal
Working with multiple terminals
Usage
To open and close terminals
To modify a terminal window
To work with the contents of terminal windows
To change the terminal title
To recover your terminal
To customize the toolbars
To switch between different encodings
首选项
General
Appearance
Colors
Shortcuts
Advanced
Advanced topics
Command line Options
Files and Environment Variables
Hidden options
Frequently asked questions
Support
关于 Terminal

Terminal 简介

终端模拟器是什么?

The UNIX operating system was originally designed as a text-only system, controlled by commands entered with a keyboard. This is known as a command-line interface (CLI). The X Window System, Xfce, and other projects have since added a graphical user interface to UNIX, that's what you are actually using now. But the addition of a graphical user interface doesn't mean that the CLI is dead. The CLI is still around and is frequently the easiest, fastest, and most powerful way to perform a certain task. In fact, power users would be lost without the CLI.

Terminal is what is known as an X terminal emulator, often referred to as terminal or shell. It provides an equivalent to the old-fashioned text screen on your desktop, but one which can easily share the screen with other graphical applications. Windows users may already be familiar with the MS-DOS Prompt utility, which has the analogous function of offering a DOS command-line under Windows, though one should note that the UNIX CLI offer far more power and ease of use than does DOS.

Terminal emulates the xterm application developed by the X Consortium. In turn, the xterm application emulates the DEC VT102 terminal and also supports the DEC VT220 escape sequences. An escape sequence is a series of characters that start with the Esc character. Terminal accepts all of the escape sequences that the VT102 and VT220 terminals use for functions such as to position the cursor and to clear the screen.

什么让 Terminal 与众不同?

Terminal's advanced features include a simple configuration interface, the ability to use multiple tabs with terminals within a single window, the possibility to have a pseudo-transparent terminal background, and a compact mode (where both the menubar and the window decorations are hidden) that helps you to save space on your desktop.

有下列的关键特性可用:

  • 单窗口多标签
  • 可通过集成的图形化编辑器进行自定义调整的工具栏
  • Ability to configure nearly every aspect of Terminal in the 首选项 dialog plus a bunch of so called 隐藏选项
  • Xfce 桌面环境 配合使用尤其出色,与其他 Linux 桌面环境同样有很好的兼容性
  • 会话管理支持
  • Real multihead support (both MultiScreen and Xinerama mode)
  • 符合标准 (查看 freedesktop.org 网站)
  • 基于 D-BUS 的终端服务以最小化资源占用
  • 通过很好地使用 GTK+GObject 实现高度维护性。

除了以上介绍的几个关键特性之外,Terminal 同样拥有您理想中的主流终端模拟器所能提供的其他特性。