77560ff30a
* needs real readline, otherwise rl_extend_line_buffer is undefined * add a patch eliminating two FREE() calls which cause crashes * add required "package require tclreadline" to tclshrc example file Bump PKGREVISION.
5 lines
81 B
Text
5 lines
81 B
Text
if {$tcl_interactive} {
|
|
package require tclreadline
|
|
::tclreadline::Loop
|
|
}
|
|
|