diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-01-12 01:00:00 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:58:11 -0600 |
commit | 44c987fc6686f41f38a65170b1a1f746674b8d84 (patch) | |
tree | b097fd66ca6ce1760796d303118c70250578ff76 /libraries/pyte/README | |
parent | 994da863c77c3dc1c5b82c85db244561cc716007 (diff) |
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/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/pyte/README b/libraries/pyte/README new file mode 100644 index 0000000000000..caba4d9c08a94 --- /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. |