Emits CSI delete lines (ESC [ n M).
ESC [ n M
public static TerminalInstance DeleteLines(int n = 1)
Number of lines; values <= 0 are treated as 1 by most terminals.