diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-07-27 09:08:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-27 09:08:44 +0700 |
commit | 4c40d836e1bf0c787fdf1f7cdb0fc3999fcae94a (patch) | |
tree | 6daeb50cdf09029b81dcfb5551331dad654b16d4 /system/tinyterm/README | |
parent | c89e0716fda91553a9f32865c9a4a0f934173125 (diff) | |
download | slackbuilds-4c40d836e1bf0c787fdf1f7cdb0fc3999fcae94a.tar.gz |
system/tinyterm: Added (simple terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tinyterm/README')
-rw-r--r-- | system/tinyterm/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/tinyterm/README b/system/tinyterm/README new file mode 100644 index 0000000000..e04f440c44 --- /dev/null +++ b/system/tinyterm/README @@ -0,0 +1,4 @@ +tinyterm is a simple terminal written in c. + +It supports Ctrl + Shift + C and Ctrl + Shift + V +for copy and paste actions. |