From de7e4a8d6b7275fa8a821b92f96a9ac85a9b593e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 14 Jun 2021 18:14:32 +1000 Subject: [PATCH] Update gui.go --- gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.go b/gui.go index 5eac3ca..eccae45 100644 --- a/gui.go +++ b/gui.go @@ -134,7 +134,7 @@ type Gui struct { // frame of the current view. Highlight bool - // If ShowListFooter is true then show list footer + // If ShowListFooter is true then show list footer (i.e. the part that says we're at item 5 out of 10) ShowListFooter bool // If Cursor is true then the cursor is enabled.