From: Phil Burk Date: Sat, 25 Jul 2015 00:50:12 +0000 (-0700) Subject: Fix auto.term in history X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/2da0395e27e0cff42fb0a1a680ee6105f6e353e5 Fix auto.term in history It was calling auto.init by mistake. Signed-off-by: Phil Burk --- diff --git a/fth/history.fth b/fth/history.fth index 176d187..6299d1d 100644 --- a/fth/history.fth +++ b/fth/history.fth @@ -502,7 +502,7 @@ variable KH-INSIDE ( true if we are scrolling inside the history buffer ) ; : AUTO.TERM history.off - auto.init + auto.term ; if.forgotten history.off