Fix auto.term in history
authorPhil Burk <philburk@mobileer.com>
Sat, 25 Jul 2015 00:50:12 +0000 (17:50 -0700)
committerPhil Burk <philburk@mobileer.com>
Sat, 25 Jul 2015 01:00:20 +0000 (18:00 -0700)
It was calling auto.init by mistake.

Signed-off-by: Phil Burk <philburk@mobileer.com>
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