()
| 167 | * should gate on this. |
| 168 | */ |
| 169 | export function isFullscreenActive(): boolean { |
| 170 | return getIsInteractive() && isFullscreenEnvEnabled() |
| 171 | } |
| 172 | |
| 173 | /** |
| 174 | * One-time hint for tmux users in fullscreen with `mouse off`. |
no test coverage detected