TerminalShellIntegrationCommandBlockRange

Primitive column layout for command-block range copies.

A command block starts at its prompt anchor when one is available and ends at the final output line before the next prompt. It therefore contains the visible prompt/input and command result without capturing the following prompt.

Properties

Link copied to clipboard
const val END_LINE_ID_INDEX: Int = 1

Destination index containing the inclusive block-end line id.

Link copied to clipboard
const val REQUIRED_LONGS: Int = 2

Required number of Long slots for one copied command-block range.

Link copied to clipboard
const val START_LINE_ID_INDEX: Int = 0

Destination index containing the inclusive block-start line id.