diff options
Diffstat (limited to 'gmi.pl')
-rwxr-xr-x | gmi.pl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |