pub const SCROLLBAR: Type = 9;Expand description
Scrollbar state for the terminal viewport.
This may be expensive to calculate depending on where the viewport is (arbitrary pins are expensive). The caller should take care to only call this as needed and not too frequently.
Output type: GhosttyTerminalScrollbar *