1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-06 18:13:10 +02:00
cdt/plugins/org.eclipse.tm.terminal
2015-04-16 09:11:41 +02:00
..
.settings Terminals: Switch minimal execution environment of all terminal plug-ins 2015-02-17 12:47:17 +01:00
css Fix Bug 435360 - [TERMINALS] [CSS] [Dark] Terminal view should integrate 2014-07-03 08:07:35 +02:00
icons Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
META-INF Terminal: Change name space of Terminals View plug-ins and features from TCF to TM 2015-04-16 09:11:41 +02:00
schema Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
src/org/eclipse/tm Terminal: Remove deprecated terminal view and preference migration from 2015-03-18 16:33:41 +01:00
.classpath Terminals: Switch minimal execution environment of all terminal plug-ins 2015-02-17 12:47:17 +01:00
.cvsignore Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
.gitignore Terminal: Change name space of Terminals View plug-ins and features from TCF to TM 2015-04-16 09:11:41 +02:00
.options Terminal: Enable terminal logging only if any terminal tracing option is 2015-02-25 12:04:54 +01:00
.project Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
about.html Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
about.ini Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
about.properties Terminal: Remove empty about.mapping files 2015-02-23 16:41:33 +01:00
build.properties Terminal: Remove empty about.mapping files 2015-02-23 16:41:33 +01:00
HelpContexts.xml Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
plugin.properties Terminal: Bug 460061: Fix copyrights in terminal plug-ins and features 2015-02-23 10:22:25 +01:00
plugin.xml Terminal: Remove deprecated terminal view and preference migration from 2015-03-18 16:33:41 +01:00
pom.xml Terminal: Change name space of Terminals View plug-ins and features from TCF to TM 2015-04-16 09:11:41 +02:00
README.txt [releng]Forcefully updating last modification date to get build qualifier updated for terminal and examples. 2014-03-10 18:49:18 +03:00
tm32.png Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00

Terminal README
===============

The Terminal is a UI-less model of a grid of characters,
plus an SWT widget that's updated asynchronously for 
maximum performance. The widget can be hooked up to various
ITerminalConnectors providing an InputStream, OutputStream,
and a method for setting the Terminal Size.

The widget processes ANSI control characters, including NUL,
backspace, carriage return, linefeed, and a subset of ANSI
escape sequences sufficient to allow use of screen-oriented
applications, such as vi, Emacs, and any GNU readline-enabled
application (Bash, bc, ncftp, etc.).

This is not yet a fully compliant vt100 / vt102 terminal 
emulator!