From df23c1659708acfe9866c2a7dafc51274cb7e26f Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 1 Feb 2022 22:14:23 -0500 Subject: forgot to add history with back() --- gmi.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'gmi.pl') diff --git a/gmi.pl b/gmi.pl index bcf901a..f2402e5 100755 --- a/gmi.pl +++ b/gmi.pl @@ -829,6 +829,7 @@ sub back { my @array = @doc; @doc = @cache; @cache = @array; + update_history( ["$current_url", "back"] ); display(); } else { -- cgit v1.2.3