1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-28 02:33:18 +02:00
cdt/terminal/plugins/org.eclipse.tm.terminal.control
2024-06-19 21:45:03 -04:00
..
.settings Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
icons
META-INF Bump version number for org.eclipse.tm.terminal.control 2024-06-19 21:45:03 -04:00
schema
src/org/eclipse/tm Add support for String Terminator to be ESC \ 2024-06-19 21:45:03 -04:00
.classpath Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
.gitignore
.options Bug 563015: terminal: open files/links with ctrl-click 2021-04-12 16:04:07 -04:00
.project
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
about.ini
about.mappings
about.properties Prep repo for 11.6.0 (#729) 2024-03-07 14:17:45 -05:00
build.properties
cdt_logo_icon32.png
HelpContexts.xml
plugin.properties
plugin.xml
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!