Versions in this module Expand all Collapse all v0 v0.0.2 Apr 10, 2023 v0.0.1 Mar 29, 2023 Changes in this version + func CenterText(text string) *tview.TextView + func ChunkSlice(slice []string, chunkSize int) [][]string + func GetNextItem(s []string, current string) (string, error) + func GetPrevItem(s []string, current string) (string, error) + func GetRandomItem(options []string, valueToIgnore string) string