From 45afc376c99a0a751d92d63ec8109de07ebdef3b Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 7 Dec 2006 13:26:07 +0000 Subject: [PATCH] Add README for Terminal widget --- terminal/org.eclipse.tm.terminal/README.txt | 15 +++++++++++++++ terminal/org.eclipse.tm.terminal/build.properties | 7 +++++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 terminal/org.eclipse.tm.terminal/README.txt diff --git a/terminal/org.eclipse.tm.terminal/README.txt b/terminal/org.eclipse.tm.terminal/README.txt new file mode 100644 index 00000000000..0f370d7f16f --- /dev/null +++ b/terminal/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/terminal/org.eclipse.tm.terminal/build.properties b/terminal/org.eclipse.tm.terminal/build.properties index b28ad83adf8..d408122143c 100644 --- a/terminal/org.eclipse.tm.terminal/build.properties +++ b/terminal/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