From f0700651b00e792a05481ad6909f583f9cdbc863 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 6 May 2023 09:12:15 +1000 Subject: rlprompt.tcl: Update comment instructions At some point $jim_interactive changed to the Tcl-compatible $tcl_interactive Signed-off-by: Steve Bennett --- rlprompt.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlprompt.tcl b/rlprompt.tcl index cdd78d4..90a123e 100644 --- a/rlprompt.tcl +++ b/rlprompt.tcl @@ -4,7 +4,7 @@ # In order to automatically have readline-editing features # put this in your $HOME/.jimrc # -# if {$jim_interactive} { +# if {$tcl_interactive} { # if {[catch {package require rlprompt}] == 0} { # rlprompt.shell # } -- cgit v1.1