Class: AnsiTermGenericScrollBar
AnsiTermGenericScrollBar()
The AnsiTermGenericScrollBar class is used to create a generic scrollbar for a terminal emulator. It is designed to work with a controlled element and provides methods to set the minimum and maximum values, current value, visible range size, and register a callback function for value changes. This class is not intended to be used directly, but rather in conjunction with AnsiTermGenericScrollBarAdder.
At the moment, it only vertical scrollbar is implemented.