Const
DCH is an alias for deleteCharacter.
DeleteCharacter (DCH) deletes n characters at the current cursor position. As the characters are deleted, the remaining characters move to the left and the cursor remains at the same position.
Default is 1.
``` CSI Pn P ```
https://vt100.net/docs/vt510-rm/DCH.html
DCH is an alias for deleteCharacter.