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