diff options
author | B. Watson <yalhcru@gmail.com> | 2014-10-17 08:50:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-17 08:50:13 +0700 |
commit | b4adb046e5ef406d91a16c3e296c643c984acbaa (patch) | |
tree | 2ee24dccf135339521b9b18a82d98848e13fdb9f /libraries/libtsm/README | |
parent | 51d3a0e37b387cf888731028f479160a950df37b (diff) | |
download | slackbuilds-b4adb046e5ef406d91a16c3e296c643c984acbaa.tar.gz |
libraries/libtsm: Added (terminal-emulator state machine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libtsm/README')
-rw-r--r-- | libraries/libtsm/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libtsm/README b/libraries/libtsm/README new file mode 100644 index 0000000000..9118a7f733 --- /dev/null +++ b/libraries/libtsm/README @@ -0,0 +1,11 @@ +libtsm (terminal-emulator state machine) + +TSM is a state machine for DEC VT100-VT520 compatible terminal +emulators. It tries to support all common standards while keeping +compatibility to existing emulators like xterm, gnome-terminal, +konsole, .. + +TSM itself does not provide any rendering nor window management. It is +a simple plain state machine without any external dependencies. It can +be used to implement terminal emulators, but also to implement other +applications that need to interpret terminal escape sequences. |