()
| 93 | |
| 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 |
no outgoing calls
no test coverage detected