Merge from vendor branch KIENTZLE:
[pkgsrcv2.git] / devel / tclreadline / DESCR
1 The tclreadline package makes the GNU Readline library available for
2 interactive tcl shells. This includes history expansion and file/command
3 completion. Command completion for all tcl/tk commands is provided and
4 commmand completers for user defined commands can be easily added.
5 tclreadline can also be used for tcl scripts which want to use a shell
6 like input interface. In this case the ::tclreadline::readline
7 read command has to be called explicitly.