From 631e6039d7d0d8ddcaf84d0716ce83d7ff5864f1 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 1 Feb 2022 23:14:48 -0500 Subject: added comment --- gmi.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gmi.pl') diff --git a/gmi.pl b/gmi.pl index f2402e5..0ac9a62 100755 --- a/gmi.pl +++ b/gmi.pl @@ -18,6 +18,8 @@ # # jake@jakes-mail.top, jjakke@sqt.wtf, jjakke@member.fsf.org (email & xmpp) +# I sure hope that this is its own branch hahah + use strict; use warnings; #use diagnostics; @@ -830,7 +832,7 @@ sub back { @doc = @cache; @cache = @array; update_history( ["$current_url", "back"] ); - display(); + display() if (! $display); } else { # when the user just started the program and types 'back' and has history -- cgit v1.2.3