@nightgrey/ansi
    Preparing search index...

    Variable ICHConst

    ICH: (n: number) => string = insertCharacter

    ICH is an alias for insertCharacter.

    Type declaration

      • (n: number): string
      • InsertCharacter (ICH) inserts n blank characters at the current cursor position. Existing characters move to the right. Characters moved past the right margin are lost. ICH has no effect outside the scrolling margins.

        Default is 1.

        ```
        CSI Pn @
        ```
        

        Parameters

        • n: number

        Returns string