Returns an ANSI sequence that moves to absolute 1-based row1.
row1
static String verticalPositionAbsolute(int row1) => '\x1b[${row1}d';