1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-18 22:45:23 +02:00
cdt/terminal/plugins/org.eclipse.tm.terminal
Anton Leherbauer 53c5808e00 Bug 458402 - [terminal] Add support for scroll up/down and scroll region
Change-Id: If3c955663f664d34d01ada0763de2eec7b36b7d4
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-01-28 09:50:25 +01:00
..
.settings Restore assertion statements in tm.terminal 2014-05-28 09:41:46 -04:00
css Fix Bug 435360 - [TERMINALS] [CSS] [Dark] Terminal view should integrate 2014-07-03 08:07:35 +02:00
icons Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
META-INF Bug 453393 - Add support for copying wrapped lines without line break 2014-12-16 05:15:57 -05:00
schema Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
src/org/eclipse/tm Bug 458402 - [terminal] Add support for scroll up/down and scroll region 2015-01-28 09:50:25 +01:00
.classpath Fix build failure caused by trying to use wrong BREE. 2014-05-27 22:15:20 -04:00
.cvsignore Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
.options Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
.project Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
about.html Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
about.ini Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
about.mappings Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
about.properties [408157] update copyright years in about files 2013-05-20 12:12:19 -05:00
build.properties Terminal: Bug 435360 - [TERMINALS] [CSS] [Dark] Terminal view should 2014-06-04 14:45:43 +02:00
HelpContexts.xml Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00
plugin.properties Terminal: Bug 435119 - Make the Alt+Up / Alt+Right keyboard shortcuts 2014-09-23 11:46:16 +02:00
plugin.xml Terminal: Bug 435119 - Make the Alt+Up / Alt+Right keyboard shortcuts 2014-09-23 11:46:16 +02:00
pom.xml Bug 453393 - Add support for copying wrapped lines without line break 2014-12-16 05:15:57 -05:00
README.txt [releng]Forcefully updating last modification date to get build qualifier updated for terminal and examples. 2014-03-10 18:49:18 +03:00
tm32.png Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01: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!