MCPcopy
hub / github.com/jesseduffield/lazygit / ForceLayoutAndRedraw

Method ForceLayoutAndRedraw

pkg/gocui/gui.go:1216–1218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1214}
1215
1216func (g *Gui) ForceLayoutAndRedraw() error {
1217 return g.flush()
1218}
1219
1220// Redraws only tainted views outside of the normal main
1221// loop, without a layout pass. Useful during longer operations that block the

Callers 1

renderAppStatusSyncMethod · 0.80

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected