MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isAltScreenActive

Method isAltScreenActive

src/ink/ink.tsx:871–873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

869 }
870 }
871 get isAltScreenActive(): boolean {
872 return this.altScreenActive;
873 }
874
875 /**
876 * Re-assert terminal modes after a gap (>5s stdin silence or event-loop

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected