mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
Update Terminal README for new fast implementation
This commit is contained in:
parent
3fa42877ce
commit
4910ed9bc9
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
Terminal README
|
Terminal README
|
||||||
===============
|
===============
|
||||||
|
|
||||||
The Terminal is a Jface StyledText widget that can be hooked
|
The Terminal is a UI-less model of a grid of characters,
|
||||||
up to various ITerminalConnectors providing an InputStream,
|
plus an SWT widget that's updated asynchronously for
|
||||||
OutputStream, and a method for setting the Terminal Size.
|
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,
|
The widget processes ANSI control characters, including NUL,
|
||||||
backspace, carriage return, linefeed, and a subset of ANSI
|
backspace, carriage return, linefeed, and a subset of ANSI
|
||||||
|
|
Loading…
Add table
Reference in a new issue