2985c614e7
interactive tcl shells. This includes history expansion and file/command completion. Command completion for all tcl/tk commands is provided and commmand completers for user defined commands can be easily added. tclreadline can also be used for tcl scripts which want to use a shell like input interface. In this case the ::tclreadline::readline read command has to be called explicitly.
13 lines
526 B
Text
13 lines
526 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2010/03/12 23:18:13 pettai Exp $
|
|
|
|
tclreadline is now installed.
|
|
|
|
A template for the tcl/tk shells (tclsh & wish) is bundled and installed:
|
|
${EGDIR}/tclshrc
|
|
|
|
Rename the file (put a dot in front) and copy it to your home directory ~
|
|
If you wish that all new users should receive it automatically, copy the
|
|
file to your systems /etc/skel directory.
|
|
|
|
===========================================================================
|