Gjsify LogoGjsify Logo

An enumerated type which can be used to indicate which string the terminal should send to an application when the user presses the Delete or Backspace keys.

Index

Enumeration Members

ASCII_BACKSPACE: number

Send an ASCII backspace character (0x08).

ASCII_DELETE: number

Send an ASCII delete character (0x7F).

AUTO: number

For backspace, attempt to determine the right value from the terminal's IO settings. For delete, use the control sequence.

DELETE_SEQUENCE: number

Send the "@7" control sequence.

TTY: number

Send terminal's "erase" setting.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method