scrollBy method
- int delta
Scrolls by delta rows. Negative values move up.
Implementation
void scrollBy(int delta) {
scrollViewport(VtTerminalScrollViewport.delta(delta));
}
Scrolls by delta rows. Negative values move up.
void scrollBy(int delta) {
scrollViewport(VtTerminalScrollViewport.delta(delta));
}