summaryrefslogtreecommitdiffstats
path: root/system/tinyterm/README
diff options
context:
space:
mode:
author B. Watson2017-03-08 23:28:13 +0100
committer Willy Sudiarto Raharjo2017-03-18 00:58:51 +0100
commit3ae0b249d12095f6ace2bd8de9b448515207173c (patch)
tree00b0de2af0128d0a24ce49c7402c25ec8f872545 /system/tinyterm/README
parent67391d582449aeba73bc073c2c7e0851f7e60208 (diff)
downloadslackbuilds-3ae0b249d12095f6ace2bd8de9b448515207173c.tar.gz
system/tinyterm: New maintainer, minor tweaks.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/tinyterm/README')
-rw-r--r--system/tinyterm/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/system/tinyterm/README b/system/tinyterm/README
index e04f440c44..03583ef861 100644
--- a/system/tinyterm/README
+++ b/system/tinyterm/README
@@ -1,4 +1,9 @@
-tinyterm is a simple terminal written in c.
+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 Ctrl + Shift + C and Ctrl + Shift + V for copy and paste actions.
+
+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).