summaryrefslogtreecommitdiffstats
path: root/libraries/libtsm/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libtsm/slack-desc')
-rw-r--r--libraries/libtsm/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libtsm/slack-desc b/libraries/libtsm/slack-desc
new file mode 100644
index 0000000000..bb067a96cd
--- /dev/null
+++ b/libraries/libtsm/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+libtsm: libtsm (terminal-emulator state machine)
+libtsm:
+libtsm: TSM is a state machine for DEC VT100-VT520 compatible terminal
+libtsm: emulators. It tries to support all common standards while keeping
+libtsm: compatibility to existing emulators like xterm, gnome-terminal,
+libtsm: konsole, ..
+libtsm:
+libtsm: TSM itself does not provide any rendering nor window management. It
+libtsm: is a simple plain state machine without any external dependencies. It
+libtsm: can be used to implement terminal emulators, but also to implement
+libtsm: other applications that need to interpret terminal escape sequences.