#include <hscroll.h>
This class is used to auto-scroll text which does not fit on the screen. Call hscroll_init() to initialize the object, hscroll_clear() to free resources, and hscroll_set() to begin scrolling.
◆ separator
const char* hscroll::separator |
The bounding coordinates on the screen.
◆ width
◆ attrs
ncurses attributes for drawing the text.
◆ pair
ncurses colors for drawing the text.
◆ text
The scrolled text, in the current locale.
◆ offset
The current scrolling offset. This is a character position, not a screen column.
◆ source_id
The id of the timer which updates the scrolled area every second.
The documentation for this struct was generated from the following file: