1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00
cdt/terminal/org.eclipse.tm.terminal
2009-02-18 18:11:56 +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 Apply from 3.0.3: [247700] Terminal uses ugly fonts in JEE package 2009-02-18 18:11:56 +00:00
.classpath [168197] Fix Terminal for CDC-1.1/Foundation-1.1 2008-04-11 17:37:14 +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 [cleanup] Switch on API Tooling checks for terminal and discovery 2008-03-16 20:19:58 +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 [releng] Update tm.terminal version to 3.0 2009-02-01 15:15:29 +00:00
build.properties [264439] fix source build for 1.4 plugins with assert 2009-02-10 23:09:12 +00:00
eclipse32.png Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
HelpContexts.xml [240745] Fix Terminal Widget Context Descriptions 2008-07-15 20:43:08 +00:00
plugin.properties [cleanup] Fix copyright dates 2009-02-01 12:37:10 +00:00
plugin.xml [241005][terminal] Fix Alt+F key in Emacs 2008-07-15 21:57:01 +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!