diff options
-rwxr-xr-x | gmi.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -829,6 +829,7 @@ sub back { my @array = @doc; @doc = @cache; @cache = @array; + update_history( ["$current_url", "back"] ); display(); } else { |
index : dev/gemini-client | ||
Jake's gemini client. | jake |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | gmi.pl | 1 |
@@ -829,6 +829,7 @@ sub back { my @array = @doc; @doc = @cache; @cache = @array; + update_history( ["$current_url", "back"] ); display(); } else { |