()
| 149 | |
| 150 | // Determines if TTY is supported on the provided stdin |
| 151 | isRawModeSupported(): boolean { |
| 152 | return this.props.stdin.isTTY; |
| 153 | } |
| 154 | override render() { |
| 155 | return <TerminalSizeContext.Provider value={{ |
| 156 | columns: this.props.terminalColumns, |
no outgoing calls
no test coverage detected