1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-29 03:03:10 +02:00
cdt/terminal/org.eclipse.tm.terminal
2007-10-05 13:01:02 +00:00
..
.settings Merge R2_0_terminal_performance changes 2007-09-19 02:11:40 +00:00
META-INF speedtest added 2007-10-04 18:44:59 +00:00
schema 199285: [terminal][api] id is optional to not break API 2007-10-05 13:01:02 +00:00
src/org/eclipse/tm bug 205393: [terminal] terminal causes stack overflow 2007-10-04 17:51:44 +00:00
.classpath
.cvsignore
.options Merge R2_0_terminal_performance changes 2007-09-19 02:11:40 +00:00
.project [fix] remove non-standard net.sourceforge.metric.builder from project settings 2007-04-03 10:57:14 +00:00
about.html Update about.html date for Europa 2007-05-29 20:30:45 +00:00
about.ini
about.mappings
about.properties
build.properties Merge R2_0_terminal_performance changes 2007-09-19 02:11:40 +00:00
eclipse32.png
plugin.properties [186136] [terminal] Terminal activates extensions too early 2007-05-16 20:38:23 +00:00
plugin.xml [174162][api] Move Terminal Telnet Connector into a separate plugin 2007-06-05 12:48:29 +00:00
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!