struct
TermBuf::ScrollHint
- TermBuf::ScrollHint
- Struct
- Value
- Object
Overview
A scroll the buffer performed on itself, recorded so the painter can reach for the terminal's own scrolling instead of rediscovering the shift from row hashes. The painter still verifies a hint against those hashes before trusting it.
Defined in:
termbuf/core/buffer.crConstructors
Instance Method Summary
-
#lines : Int32
Rows scrolled, positive meaning content moved up.
-
#rect : Rect
The rows that moved.
-
#to_s(io : IO) : Nil
Same as
#inspect(io).