diff options
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). |