aboutsummaryrefslogtreecommitdiff
path: root/libraries/pyte/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-01-12 01:00:00 +0700
committerRobby Workman <rworkman@slackbuilds.org>2016-01-12 21:58:11 -0600
commit44c987fc6686f41f38a65170b1a1f746674b8d84 (patch)
treeb097fd66ca6ce1760796d303118c70250578ff76 /libraries/pyte/README
parent994da863c77c3dc1c5b82c85db244561cc716007 (diff)
downloadslackbuilds-44c987fc6686f41f38a65170b1a1f746674b8d84.tar.xz
libraries/pyte: Added (VTXXX-compatible terminal emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyte/README')
-rw-r--r--libraries/pyte/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/pyte/README b/libraries/pyte/README
new file mode 100644
index 000000000000..caba4d9c08a9
--- /dev/null
+++ b/libraries/pyte/README
@@ -0,0 +1,6 @@
+It’s an in memory VTXXX-compatible terminal emulator.
+XXX stands for a series of video terminals, developed
+by DEC between 1970 and 1995. The first, and probably
+the most famous one, was VT100 terminal, which is now
+a de-facto standard for all virtual terminal emulators.
+pyte follows the suit.