1
0
Fork 0
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:
Martin Oberhuber 2007-11-13 12:31:34 +00:00
parent 49404acb05
commit 4ab535db73

View file

@ -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