From 14f6746555cdb113c059e1b3a6d1fbc2f76e06dc Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Fri, 6 Apr 2018 16:53:09 +0200 Subject: [PATCH] gopher.sh: add support for g and I --- gopher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopher.sh b/gopher.sh index e433ac0..81c5b09 100755 --- a/gopher.sh +++ b/gopher.sh @@ -47,7 +47,7 @@ if [ "$LINK_COLOR" != "-" ]; then EL="`tput init`"; fi -PREFIX="[0-9h]" +PREFIX="[0-9hIg]" # $0 [FILE] # Display a gopher menu for the given resource -- 2.27.0