From: Phil Burk Date: Sat, 25 Jul 2015 01:02:21 +0000 (-0700) Subject: Merge pull request #10 from philburk/fix-history X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/922f2e38fe5332fae47d11af0473e9662c4b09fb?hp=33142683b9ddd97c24755e8f0397d611d41abf1c Merge pull request #10 from philburk/fix-history Fix auto.term in history --- 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