1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 00:45:28 +02:00
cdt/plugins/org.eclipse.tm.terminal
Uwe Stieber 543c0b95eb Terminal: Fix Bug 425757 - Command line is disarranged
This commit rolls back the commit
faa1188866 which changed the layout to use
a FillLayout. As this is fixing an issue with a horizontal scrollbar
painted on Linux where it is not needed, it leads to more serious issues
on Windows. Rolling back the commit is addressing the immediate need of
getting the layout fixed where the scrollbar issue is somewhat
cosmetical.
2014-01-28 13:29:22 +01:00
..
.settings Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01: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 Terminal: Fix Bug 425757 - Command line is disarranged 2014-01-28 13:29:22 +01: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 Terminal: Fix Bug 425757 - Command line is disarranged 2014-01-28 13:29:22 +01:00
.classpath Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01: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 Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01: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 Bug 421263 - Change externalized names for Copy and Paste commands 2013-11-09 09:51:20 +01:00
plugin.xml Bug 421263 - "Copy" & "Paste" command labels for tm.terminal unexternalized 2013-11-08 09:57:33 +01:00
pom.xml Terminal: Fix Bug 425757 - Command line is disarranged 2014-01-28 13:29:22 +01:00
README.txt Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01: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!