1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00
cdt/terminal/org.eclipse.tm.terminal
2012-09-19 13:01:45 +00:00
..
.settings
icons
META-INF [releng] Update Versions for Juno SR1 2012-09-19 13:01:45 +00:00
schema [282996] Fix execution environment, @since tag and exsd copyright date 2009-07-10 12:47:22 +00:00
src/org/eclipse/tm Fine tune command input field control positioning. Added a small margin after the input field. 2012-08-16 10:55:36 +00:00
.classpath
.cvsignore
.options
.project
about.html
about.ini [releng] Build on tools - replace DSDP branding by TM branding 2011-01-03 23:21:33 +00:00
about.mappings
about.properties [releng] Fix Copyright Dates and Feature Update Site Pointers 2012-05-06 19:56:27 +00:00
build.properties [releng] Build on tools - branding - update file copyright dates 2011 2011-01-04 20:35:53 +00:00
HelpContexts.xml [240745] Fix Terminal Widget Context Descriptions 2008-07-15 20:43:08 +00:00
plugin.properties Bug 378691 - [terminal][api] Terminal Preferences should be maintained in the Widget (for font, invert, and buffer) 2012-05-07 16:38:06 +00:00
plugin.xml Bug 378691 - [terminal][api] Terminal Preferences should be maintained in the Widget (for font, invert, and buffer) 2012-05-07 16:38:06 +00:00
pom.xml [releng] Update Versions for Juno SR1 2012-09-19 13:01:45 +00:00
README.txt
tm32.png [releng] Build on tools - replace DSDP branding by TM branding 2011-01-03 23:21:33 +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!