mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Update Terminal README for new fast implementation
This commit is contained in:
parent
49404acb05
commit
4ab535db73
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
|||
Terminal README
|
||||
===============
|
||||
|
||||
The Terminal is a Jface StyledText widget that can be hooked
|
||||
up to various ITerminalConnectors providing an InputStream,
|
||||
OutputStream, and a method for setting the Terminal Size.
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue