From 73b71d533f778b95c20a94ee1aec4573a0f7f7dd Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 31 Mar 2023 22:18:50 +0300 Subject: [PATCH] fixed unnecessary refocusing on resource load --- bopher-ng.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bopher-ng.sh b/bopher-ng.sh index 3021eb5..05c3865 100755 --- a/bopher-ng.sh +++ b/bopher-ng.sh @@ -249,7 +249,6 @@ amload() { # args: AM line[, forcedl] done FOCUSLINEINDEX=${NAVIGABLES[0]} # set the focused line index to the first available one amrender # render the contents - jumplink 0 # focus on the current link } clicklink() { # click the currently focused link