diff --git a/display/bookmarks.go b/display/bookmarks.go index 0c8e658..f26fbb3 100644 --- a/display/bookmarks.go +++ b/display/bookmarks.go @@ -61,6 +61,8 @@ func bkmkInit() { bkmkCh <- -1 case "Cancel": bkmkCh <- 0 + case "": + bkmkCh <- 0 } }) } diff --git a/display/help.go b/display/help.go index d06eb03..467e2b7 100644 --- a/display/help.go +++ b/display/help.go @@ -12,7 +12,8 @@ import ( var helpCells = strings.TrimSpace(` ?|Bring up this help. You can scroll! -Esc, Enter|Leave the help +Enter|Close this help page +Esc|Close this help page or any active modal popups Arrow keys, h/j/k/l|Scroll and move a page. %s|Go up a page in document %s|Go down a page in document