Merge pull request #10 from philburk/fix-history
authorPhil Burk <philburk@mobileer.com>
Sat, 25 Jul 2015 01:02:21 +0000 (18:02 -0700)
committerPhil Burk <philburk@mobileer.com>
Sat, 25 Jul 2015 01:02:21 +0000 (18:02 -0700)
Fix auto.term in history

fth/history.fth

index 176d187..6299d1d 100644 (file)
@@ -502,7 +502,7 @@ variable KH-INSIDE        ( true if we are scrolling inside the history buffer )
 ;\r
 : AUTO.TERM\r
        history.off\r
 ;\r
 : AUTO.TERM\r
        history.off\r
-       auto.init\r
+       auto.term\r
 ;\r
 \r
 if.forgotten history.off\r
 ;\r
 \r
 if.forgotten history.off\r