UrlScanScope

sealed class UrlScanScope(source)

Line range to scan for URLs.

With the current terminal state model, both scopes scan primary scrollback plus the visible primary screen while the primary screen is active. While the alternate screen is active, both scopes scan only the alternate screen because the alternate screen does not have scrollback.

Inheritors

Types

Link copied to clipboard

Scan what users currently see as terminal output: primary scrollback plus visible primary screen, or only the active alternate screen.

Link copied to clipboard

Scan the currently active screen plus its scrollback, when that screen has scrollback.