summaryrefslogtreecommitdiffstats
path: root/libraries/librhtv/README
diff options
context:
space:
mode:
author Zhu Qun-Ying2019-12-19 16:56:25 +0100
committer Willy Sudiarto Raharjo2019-12-19 16:56:25 +0100
commit7e124537fd886c14f022c0bd50f2082736f376b7 (patch)
treefb7fc1c398cec342553850cd373808785adb527b /libraries/librhtv/README
parent4585f88a464b5ee1bd51284a84cb044e257c5fb5 (diff)
downloadslackbuilds-7e124537fd886c14f022c0bd50f2082736f376b7.tar.gz
libraries/librhtv: Added (Turbo Vision TUI Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/librhtv/README')
-rw-r--r--libraries/librhtv/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/librhtv/README b/libraries/librhtv/README
new file mode 100644
index 0000000000..7873230457
--- /dev/null
+++ b/libraries/librhtv/README
@@ -0,0 +1,18 @@
+librhtv (Turbo Vision TUI Library)
+
+This library is based on the Turbo Vision library made by Borland
+Corporation. That library was released by Borland under a Public
+Domain license. RHTVision is Borland's Turbo Vision library but with
+enhancements, some changes and a GPL license.
+
+Turbo Vision (TVision for short) is a TUI (Text User Interface) that
+implements the well known CUA widgets. With TVision you can create an
+intuitive text mode application, intuitive means it will have CUA
+like interface (check boxes, radio buttons, push buttons, input lines,
+pull-down menues, status bars, etc.). All the people accustomed to the
+Windows, MacOS, OS/2, Motif, GTK, etc. interfaces will understand the
+interface at first sight.
+
+Note: rhtv-config is not included in the final package, as some of its
+output (--dir-libs, --include) contain source directory. A custom librhtv.pc
+file is used.