pkgsrc/devel/tclreadline/files/tclshrc
he 77560ff30a Fix this so that it works again:
* 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.
2019-01-22 14:08:47 +00:00

5 lines
81 B
Text

if {$tcl_interactive} {
package require tclreadline
::tclreadline::Loop
}