1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 16:23:52 +02:00
cdt/terminal/org.eclipse.tm.terminal
2007-04-03 10:57:14 +00:00
..
.settings
META-INF Rev up version numbers according to recent refactorings (making stuff internal, systemTypes and subsystemConfigurations extension point) 2007-02-21 22:19:32 +00:00
schema
src/org/eclipse/tm Bug 174953 connect fails when a previous telnet connection had failed 2007-02-22 00:57:01 +00:00
.classpath
.cvsignore
.options
.project [fix] remove non-standard net.sourceforge.metric.builder from project settings 2007-04-03 10:57:14 +00:00
about.html
about.ini
about.mappings
about.properties [175245] spell out feature neames for Europa site 2007-02-23 10:54:54 +00:00
build.properties
eclipse32.png
plugin.properties [175245] spell out feature neames for Europa site 2007-02-23 10:54:54 +00:00
plugin.xml
README.txt

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

The Terminal is a Jface StyledText widget that 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!