Moves the cursor to the previous horizontal tab stop (CBT) (ESC [ n Z).
ESC [ n Z
public static TerminalInstance CursorBackTab(int n = 1)
The number of tab stops to move back; values <= 0 are treated as 1 by most terminals.