summaryrefslogtreecommitdiff
path: root/system/tinyterm/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-08-23 05:52:11 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:35 +0700
commit4e85aa2f80cc657eefb94e21f87b27b7e779027e (patch)
treea47b72cf7ec69e269f5e0731a1d8073a7581cee8 /system/tinyterm/README
parent69946fbdb2a6e80bb732ec2f3da1a0aad4b622c5 (diff)
downloadslackbuilds-4e85aa2f80cc657eefb94e21f87b27b7e779027e.tar.gz
system/tinyterm: Reflow README, relicense as WTFPL.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tinyterm/README')
-rw-r--r--system/tinyterm/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/system/tinyterm/README b/system/tinyterm/README
index 03583ef861..525a2a76e7 100644
--- a/system/tinyterm/README
+++ b/system/tinyterm/README
@@ -1,9 +1,11 @@
+tinyterm (simple terminal)
+
tinyterm is a simple X terminal emulator written in C.
-It supports Ctrl + Shift + C and Ctrl + Shift + V for copy and paste actions.
+It supports copy & paste with Ctrl+Shift+C and Ctrl+Shift+V.
-Most of tinyterm's configuration is compiled in, rather than being read
-from config files or command-line options. To build a customized tinyterm,
-copy config.h from the tinyterm source to the SlackBuild's directory and
-edit as you see fit. Probably the most important change for most people
-will be to increase the font size (TINYTERM_FONT).
+Most of tinyterm's configuration is compiled in, rather than being
+read from config files or command-line options. To customize tinyterm,
+copy config.h from the tinyterm source to the SlackBuild's directory
+and edit as you see fit. Probably the most important change for most
+people will be to increase the font size (TINYTERM_FONT).