From 58074510e92031bc92362cfad8db921e1f9f960b Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Fri, 21 Jan 2022 14:47:52 -0300 Subject: [PATCH] docs: godoc Signed-off-by: Carlos A Becker --- list/list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/list/list.go b/list/list.go index 9b03bfd1..86099832 100644 --- a/list/list.go +++ b/list/list.go @@ -135,6 +135,7 @@ type Model struct { // Key mappings for navigating the list. KeyMap KeyMap + // Filter used to filter the list. Filter FilterFunc disableQuitKeybindings bool