@nightgrey/ansi
    Preparing search index...

    Variable DCHConst

    DCH: (n: number) => string = deleteCharacter

    DCH is an alias for deleteCharacter.

    Type declaration

      • (n: number): string
      • 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
        ```
        

        Parameters

        • n: number

        Returns string