()
| 160 | * should gate on this. |
| 161 | */ |
| 162 | export function isFullscreenActive(): boolean { |
| 163 | return getIsInteractive() && isFullscreenEnvEnabled() |
| 164 | } |
| 165 | |
| 166 | /** |
| 167 | * One-time hint for tmux users in fullscreen with `mouse off`. |
no test coverage detected