1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 20:15:22 +02:00
cdt/terminal/org.eclipse.tm.terminal
2008-02-13 16:00:54 +00:00
..
.settings [217891][cleanup] Avoid Javadoc warnings due to missing reference visibility 2008-02-05 19:46:59 +00:00
META-INF Manifest: migrate Eclipse-LazyStart to Bundle-ActivationPolicy 2008-02-01 13:16:09 +00:00
schema [199285][api][breaking] make terminal connector id required again in plugin.xml 2008-02-05 18:00:19 +00:00
src/org/eclipse/tm RESOLVED - bug 217675: NPE or SWTException when closing Terminal View while connection establishing 2008-02-13 16:00:54 +00:00
.classpath Fixed the neming scheme to use tm.internal.terminal instead of tm.terminal.internal 2007-02-15 05:38:15 +00:00
.cvsignore added bin to cvsignore 2007-02-08 23:50:39 +00:00
.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 Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
about.mappings Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
about.properties [cleanup] fix copyright notices for 2008 2008-02-13 00:28:51 +00:00
build.properties [cleanup] fix copyright notices for 2008 2008-02-12 23:51:21 +00:00
eclipse32.png Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
plugin.properties Organize Manifest, throwing out old Telnet String 2007-10-09 15:23:30 +00:00
plugin.xml [174162][api] Move Terminal Telnet Connector into a separate plugin 2007-06-05 12:48:29 +00:00
README.txt Update Terminal README for new fast implementation 2007-11-13 12:31:34 +00: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!