1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
cdt/terminal/org.eclipse.tm.terminal
2006-12-16 01:14:22 +00:00
..
.settings Switch terminal to standard RSE jdt.core.prefs 2006-12-07 13:43:20 +00:00
META-INF use .qualifier in plugin and feature versions 2006-12-02 06:17:11 +00:00
schema [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:04:34 +00:00
src/org/eclipse/tm/terminal clarified the comments 2006-12-11 22:14:44 +00:00
.classpath bug 165177: split the plugin into the terminal view and connection contributions 2006-12-01 03:08:19 +00:00
.options [cleanup] Add .options file for tracing 2006-12-04 14:45:44 +00:00
.project bug 165177: split the plugin into the terminal view and connection contributions 2006-12-01 03:08:19 +00:00
about.html Add about.html to terminal plugins 2006-12-07 11:07:43 +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 Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
build.properties Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
eclipse32.png Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
plugin.properties bug 168183: [terminal] Exception logged when switching to terminal view for the first time 2006-12-16 01:14:22 +00:00
plugin.xml bug 168183: [terminal] Exception logged when switching to terminal view for the first time 2006-12-16 01:14:22 +00:00
README.txt Add README for Terminal widget 2006-12-07 13:26:07 +00:00

Terminal README
===============

The Terminal is a Jface StyledText widget that 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!