Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
718
func
(r *FullscreenRenderer) Resume(clear bool, sigcont bool) {
719
if
clear {
720
_screen.Resume()
721
}
722
}
723
724
func
(r *FullscreenRenderer) Close() {
725
_screen.Fini()
Callers
nothing calls this directly
Calls
1
Resume
Method · 0.65
Tested by
no test coverage detected