From 47bc4804445b5c60d12c3fd1cf9fd739b07c5cbb Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 14 Nov 2021 17:29:16 -0500 Subject: [PATCH] gopher: Add 'Home' link to all menus In support of clients without history! --- gopher/bin/dirlist | 2 ++ gopher/bin/notetag | 2 +- gopher/phlog/index.gph | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gopher/bin/dirlist b/gopher/bin/dirlist index ef2205c..d2fc201 100755 --- a/gopher/bin/dirlist +++ b/gopher/bin/dirlist @@ -12,3 +12,5 @@ for f in "$DIR"/*; do fi fi done + +printf "\n[1|<-- Home|/|server|port]\n" diff --git a/gopher/bin/notetag b/gopher/bin/notetag index 35dba34..2da1f76 100755 --- a/gopher/bin/notetag +++ b/gopher/bin/notetag @@ -45,7 +45,7 @@ done cat <