scrollUp static method

String scrollUp(
  1. int n
)

Scroll up by n lines. New lines are added at the bottom.

Implementation

static String scrollUp(int n) => '$csi${n}S';