summaryrefslogtreecommitdiffstats
path: root/system/tinyterm/README
diff options
context:
space:
mode:
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).