summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/term/term.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/term/term.tcl')
-rw-r--r--tcllib/modules/term/term.tcl19
1 files changed, 19 insertions, 0 deletions
diff --git a/tcllib/modules/term/term.tcl b/tcllib/modules/term/term.tcl
new file mode 100644
index 0000000..01d4630
--- /dev/null
+++ b/tcllib/modules/term/term.tcl
@@ -0,0 +1,19 @@
+# -*- tcl -*-
+# ### ### ### ######### ######### #########
+## Terminal packages - Main :: Generic operations
+
+# Currently we have no generica at all. We make the package, but it
+# provides nothing for now.
+
+# ### ### ### ######### ######### #########
+## Requirements
+
+namespace eval ::term {}
+
+# ### ### ### ######### ######### #########
+## Ready
+
+package provide term 0.1
+
+##
+# ### ### ### ######### ######### #########