1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 03:15:33 +02:00
cdt/plugins/org.eclipse.tm.terminal.control
2015-04-17 15:43:42 +02:00
..
.settings Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
css Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
icons Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
META-INF Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
schema Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
src/org/eclipse/tm Terminal: Remove makeSettingsPage from ITerminalConnection interface 2015-04-17 15:43:42 +02:00
.classpath Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
.cvsignore Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
.gitignore Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
.options Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
.project Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
about.html Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
about.ini Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
about.properties Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
build.properties Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
HelpContexts.xml Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
plugin.properties Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
plugin.xml Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
pom.xml Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
README.txt Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
tm32.png Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02: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!