diff options
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 0000000000..caba4d9c08 --- /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. |