From fe727cc6f2265100cf33e3b20170cb7d300222e5 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Mon, 23 Mar 2020 11:52:31 -0400 Subject: [PATCH] Found that the "crash save" command in tools.tcl also disrupts redirected command-line entry from the layout window; fixed. --- tcltk/tools.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcltk/tools.tcl b/tcltk/tools.tcl index b127292e..c72ee067 100644 --- a/tcltk/tools.tcl +++ b/tcltk/tools.tcl @@ -55,7 +55,7 @@ proc magic::resumeall {} { proc magic::makecrashbackup {} { global Opts - crash save + *bypass crash save if {$Opts(backupinterval) > 0} { after $Opts(backupinterval) magic::makecrashbackup }