mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
82 lines
3.9 KiB
HTML
82 lines
3.9 KiB
HTML
<?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, 2010 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 View Quick Reference</title>
|
|
</head>
|
|
<!--
|
|
Copyright (c) 2004, 2010 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_page"><!-- --></a>
|
|
<h2 class="topictitle2">Terminal View Quick Reference</h2>
|
|
<div align="left">
|
|
<table border="0" cellspacing="6">
|
|
<caption></caption>
|
|
<tr align="left" valign="top">
|
|
<td><p><b>Button</b></p></td>
|
|
<td><p><b>Description</b></p></td>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td><p><img src="../../icons/clcl16/connect_co.gif" border="0" hspace="0" vspace="0"/></p></td>
|
|
<td><p>Connect to selected target.</p></td>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td><p><img src="../../icons/clcl16/disconnect_co.gif" border="0" hspace="0" vspace="0"/></p></td>
|
|
<td><p>Disconnect from selected connection.</p></td>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td><p><img src="../../icons/clcl16/properties_tsk.gif" border="0" hspace="0" vspace="0"/></p></td>
|
|
<td><p>Open the <a href="03_terminal_settings.html"><b>Terminal Settings</b></a> dialog.
|
|
While connected, only the connection's title can be changed.</p></td>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td><p><img src="../../icons/clcl16/command_input_field.gif" border="0" hspace="0" vspace="0"/></p></td>
|
|
<td><p>Toggle the <a href="04_terminal_emulation.html"><b>Command Input</b></a> field,
|
|
for editing complex command lines on dumb terminals.</p></td>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td><p><img src="../../icons/clcl16/lock_co.gif" border="0" hspace="0" vspace="0"/></p></td>
|
|
<td><p>Toggle <b>Scroll Lock</b> in the current terminal connection.</p></td>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td><p><img src="../../icons/cview16/terminal_view.gif" border="0" hspace="0" vspace="0"/></p></td>
|
|
<td><p>Select a Terminal connection to show in this view instance.
|
|
Only available when multiple connections have been defined in this view.</p></td>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td><p><img src="../../icons/clcl16/newterminal.gif" border="0" hspace="0" vspace="0"/></p></td>
|
|
<td><p>Open another Terminal connection in the current view, or in a new <b>Terminal</b> view instance.</p></td>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td><p><img src="../../icons/dlcl16/rem_co.gif" border="0" hspace="0" vspace="0"/></p></td>
|
|
<td><p>Remove the currently selected Terminal Connection from this view.
|
|
Only available when multiple connections have been defined in this view.</p></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<p>
|
|
</p>
|
|
|
|
<table class="steptable"><tr><td>
|
|
Each instance of the <b>Terminal</b> view can hold multiple connections, each of which can in
|
|
turn be connected to a different remote endpoint
|
|
(either serial or network). Of course, the number of serial connections is limited by the
|
|
number of serial ports.
|
|
</td></tr></table>
|
|
|
|
<p></p>
|
|
<div class="p"><a href="01_terminalview.html">< Prev</a> | <a href="03_terminal_settings.html">Next ></a></div>
|
|
|
|
</body>
|
|
</html>
|