From 4910ed9bc9fae6bfc03fdff7461851b84ea9fa74 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 13 Nov 2007 12:31:34 +0000 Subject: [PATCH] Update Terminal README for new fast implementation --- terminal/org.eclipse.tm.terminal/README.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal/README.txt b/terminal/org.eclipse.tm.terminal/README.txt index 0f370d7f16f..dc1cc117b6b 100644 --- a/terminal/org.eclipse.tm.terminal/README.txt +++ b/terminal/org.eclipse.tm.terminal/README.txt @@ -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