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

Method Resume

src/tui/tcell.go:718–722  ·  view source on GitHub ↗
(clear bool, sigcont bool)

Source from the content-addressed store, hash-verified

716}
717
718func (r *FullscreenRenderer) Resume(clear bool, sigcont bool) {
719 if clear {
720 _screen.Resume()
721 }
722}
723
724func (r *FullscreenRenderer) Close() {
725 _screen.Fini()

Callers

nothing calls this directly

Calls 1

ResumeMethod · 0.65

Tested by

no test coverage detected