1term(n) Terminal control term(n)
2
3
4
5______________________________________________________________________________
6
8 term - General terminal control
9
11 package require Tcl 8.4
12
13 package require term ?0.1?
14
15_________________________________________________________________
16
18 It is planned to have this package provide highlevel general terminal
19 control commands, in the vein of ncurses or similar packages. Currently
20 nothing has been implemented however. I.e. this package is empty. It
21 can be loaded, yet provides nothing.
22
24 This document, and the package it describes, will undoubtedly contain
25 bugs and other problems. Please report such in the category term of
26 the Tcllib SF Trackers [http://source‐
27 forge.net/tracker/?group_id=12883]. Please also report any ideas for
28 enhancements you may have for either package and/or documentation.
29
31 control, terminal
32
34 Copyright (c) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net>
35
36
37
38
39term 0.1 term(n)