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
2009-06-25 06:57:13 +00:00
..
.settings [168197] Fix Terminal for CDC-1.1/Foundation-1.1 2008-04-11 17:37:14 +00:00
icons [227537] moved actions from terminal.view to terminal plugin (apply Patch from Anna Dushistova) 2008-04-25 20:20:45 +00:00
META-INF [releng] Update tm.terminal version to 3.0 2009-02-01 15:15:29 +00:00
schema [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:36:12 +00:00
src/org/eclipse/tm [fix] Bug 281238: The very first few characters might be missing in the terminal control if opened and connected programmatically 2009-06-25 06:57:13 +00:00
.classpath [168197] Fix Terminal for CDC-1.1/Foundation-1.1 2008-04-11 17:37:14 +00:00
.cvsignore
.options
.project [cleanup] Switch on API Tooling checks for terminal and discovery 2008-03-16 20:19:58 +00:00
about.html
about.ini [254293] DSDP branding for Galileo 2009-05-13 22:23:26 +00:00
about.mappings
about.properties [releng] Update tm.terminal version to 3.0 2009-02-01 15:15:29 +00:00
build.properties [254293] DSDP update copyright comments 2009-05-13 22:43:51 +00:00
dsdp32.png [254293] DSDP branding for Galileo 2009-05-13 22:23:26 +00:00
HelpContexts.xml [240745] Fix Terminal Widget Context Descriptions 2008-07-15 20:43:08 +00:00
plugin.properties [254293] DSDP branding for Galileo 2009-05-13 22:23:26 +00:00
plugin.xml [241005][terminal] Fix Alt+F key in Emacs 2008-07-15 21:57:01 +00:00
README.txt

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!