index property

int? index
final

Palette index for indexed-color replies — OSC 4 (OSC 4 ; index ; rgb:…) and OSC 5 special colors — whose replies carry an extra index beyond the code. null for the dynamic colors above.

Reserved extension point: OSC 4/5 are not parsed yet; when added, the parser populates index without changing this event's shape.

Implementation

final int? index;