From 2da0395e27e0cff42fb0a1a680ee6105f6e353e5 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Fri, 24 Jul 2015 17:50:12 -0700 Subject: [PATCH] Fix auto.term in history It was calling auto.init by mistake. Signed-off-by: Phil Burk --- fth/history.fth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1