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