From 0eb19686c5cc412f01b4989299b2f62fcf6bda4b Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Thu, 7 Dec 2006 13:26:07 +0000 Subject: [PATCH] Add README for Terminal widget --- org.eclipse.tm.terminal/README.txt | 15 +++++++++++++++ org.eclipse.tm.terminal/build.properties | 7 +++++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 org.eclipse.tm.terminal/README.txt diff --git a/org.eclipse.tm.terminal/README.txt b/org.eclipse.tm.terminal/README.txt new file mode 100644 index 00000000000..0f370d7f16f --- /dev/null +++ b/org.eclipse.tm.terminal/README.txt @@ -0,0 +1,15 @@ +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 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! diff --git a/org.eclipse.tm.terminal/build.properties b/org.eclipse.tm.terminal/build.properties index b28ad83adf8..d408122143c 100644 --- a/org.eclipse.tm.terminal/build.properties +++ b/org.eclipse.tm.terminal/build.properties @@ -18,10 +18,13 @@ bin.includes = .,\ META-INF/,\ plugin.xml,\ plugin.properties,\ - .options + .options,\ + README.txt,\ + about.html source.. = src/ output.. = bin/ src.includes = schema/,\ - src/ + README.txt,\ + about.html \ No newline at end of file