MCPcopy Create free account
hub / github.com/anomalyco/opencode / showSubtext

Function showSubtext

packages/tui/src/component/error-component.tsx:96–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 // Responsive thresholds.
95 const contentWidth = () => Math.min(84, Math.max(24, term().width - 4))
96 const showSubtext = () => term().height >= 18
97 const showFooter = () => term().height >= 20
98
99 return (

Callers 1

ErrorComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected