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 Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
27 also report any ideas for enhancements you may have for either package
28 and/or documentation.
29
30 When proposing code changes, please provide unified diffs, i.e the out‐
31 put of diff -u.
32
33 Note further that attachments are strongly preferred over inlined
34 patches. Attachments can be made by going to the Edit form of the
35 ticket immediately after its creation, and then using the left-most
36 button in the secondary navigation bar.
37
39 control, terminal
40
42 Terminal control
43
45 Copyright (c) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net>
46
47
48
49
50tcllib 0.1 term(n)