Update gui.go

This commit is contained in:
Jesse Duffield 2021-06-14 18:14:32 +10:00 committed by GitHub
parent 3dfb54636c
commit de7e4a8d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
gui.go
View File

@ -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.