MCPcopy Create free account
hub / github.com/cli/cli / SetAlternateScreenBufferEnabled

Method SetAlternateScreenBufferEnabled

pkg/iostreams/iostreams.go:411–413  ·  view source on GitHub ↗
(enabled bool)

Source from the content-addressed store, hash-verified

409}
410
411func (s *IOStreams) SetAlternateScreenBufferEnabled(enabled bool) {
412 s.alternateScreenBufferEnabled = enabled
413}
414
415func (s *IOStreams) RefreshScreen() {
416 if s.IsStdoutTTY() {

Callers 4

TestWatchRunFunction · 0.80
Test_checksRunFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestWatchRunFunction · 0.64
Test_checksRunFunction · 0.64