mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
![]() Mark Terminal Interfaces as @noextend @noimplement where implementation doesn't make sense (since it's just constants or an abstract base class exists for extending). This helps giving room for safely extending Terminal interfaces in a backward-compatible way in the future, by leveraging Eclipse API Tooling. Change-Id: Ia5a99f9379ddd73dd58afe4dec4540ae24633b09 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com> |
||
---|---|---|
.. | ||
.settings | ||
css | ||
icons | ||
META-INF | ||
schema | ||
src/org/eclipse/tm | ||
.classpath | ||
.cvsignore | ||
.gitignore | ||
.options | ||
.project | ||
about.html | ||
about.ini | ||
about.properties | ||
build.properties | ||
HelpContexts.xml | ||
plugin.properties | ||
plugin.xml | ||
pom.xml | ||
README.txt | ||
tm32.png |
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!