Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'terminal/org.eclipse.tm.terminal.view/doc/html/04_terminal_emulation.html')
-rw-r--r--terminal/org.eclipse.tm.terminal.view/doc/html/04_terminal_emulation.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/terminal/org.eclipse.tm.terminal.view/doc/html/04_terminal_emulation.html b/terminal/org.eclipse.tm.terminal.view/doc/html/04_terminal_emulation.html
deleted file mode 100644
index 0b987d5e8..000000000
--- a/terminal/org.eclipse.tm.terminal.view/doc/html/04_terminal_emulation.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<meta name="copyright" content="Copyright (c) 2004, 2008 Wind River Systems, Inc. and others. This page is made available under license. For full details see the LEGAL notice in the documentation book that contains this page." />
-<link rel="stylesheet" type="text/css" href="../book.css" />
-<title>Terminal Emulation</title>
-</head>
-<!--
-Copyright (c) 2004, 2008 Wind River Systems, Inc. and others.
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
-
-Contributors:
-Martin Oberhuber (Wind River) - initial API and implementation
--->
-<body><a name="terminal_emulation"><!-- --></a>
-<h2 class="topictitle2">Terminal Emulation</h2>
-
-<table class="steptable"><tr><td class="S_step_text">
-The <b>Terminal</b> view is an ANSI-conformant terminal emulator. You can use the
-<b>Terminal</b> view to telnet into a remote UNIX host.
-</td></tr></table>
-
-<table class="steptable"><tr><td class="S_step_text">
-To do so, set the <b>TERM</b> environment variable on the remote host to <b>ansi</b>.
-This enables programs on the remote host, such as <b>vi</b> and <b>Emacs</b>,
-to display text properly.
-The <b>Terminal</b> view does not currently support other emulation modes, such as VT100.
-</td></tr></table>
-
-<table class="steptable"><tr><td class="S_step_text">
-The <b>size</b> of the terminal window as understood by the remote is automatically
-adjusted as the size of your <b>Terminal</b> view changes.
-The <b>colors</b> and <b>font</b> used by the Terminal can be configured in the
-Eclipse Preferences, Appearance section. A separate <b>Terminal</b> Preference
-Page allows inverting the terminal colors easily if desired.
-</td></tr></table>
-
-<h4>Optional Command Input Field</h4>
-
-<table class="steptable"><tr><td class="S_step_text">
-The optional <b>Command Input Field</b> can be enabled when sending commands to a dumb
-terminal that does not support cursor keys for editing. In such a case, the <b>
-Command Input Field</b> provides a full editor that supports cursor navigation, copy
-and paste, as well as a history of previous commands that can be accessed by
-<b>Ctrl+Space</b> content assist.
-</td></tr></table>
-
-<table class="steptable"><tr><td class="S_step_text">
-If more space than the default single editing line is needed for very complex commands,
-the <b>Command Input Field</b> can be enlarged by dragging its upper handle up with
-the mouse.
-</td></tr></table>
-
-<p></p>
-<div class="p"><a href="03_terminal_settings.html">&lt; Prev</a> | </div>
-
- </body>
-</html>

Back to the top