diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-08 17:28:13 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:51 +0700 |
commit | 3ae0b249d12095f6ace2bd8de9b448515207173c (patch) | |
tree | 00b0de2af0128d0a24ce49c7402c25ec8f872545 /system/tinyterm/README | |
parent | 67391d582449aeba73bc073c2c7e0851f7e60208 (diff) | |
download | slackbuilds-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/README | 11 |
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). |