scrollDown static method

void scrollDown(
  1. int n
)

Scroll down by n lines. New lines are added at the top.

Implementation

static void scrollDown(int n) {
  instance.scrollDown(n);
}