MCPcopy
hub / github.com/junegunn/fzf / FullscreenRenderer

Struct FullscreenRenderer

src/tui/tui.go:920–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920type FullscreenRenderer struct {
921 theme *ColorTheme
922 mouse bool
923 forceBlack bool
924 tabstop int
925 prevDownTime time.Time
926 clicks [][2]int
927 showCursor bool
928}
929
930func NewFullscreenRenderer(theme *ColorTheme, forceBlack bool, mouse bool, tabstop int) Renderer {
931 r := &FullscreenRenderer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected