Module: Vte::EraseBinding
- Defined in:
- (unknown)
Constant Summary collapse
- AUTO =
For backspace, attempt to determine the right value from the terminal's IO settings. For delete, use the control sequence.
0 or :auto
- ASCII_BACKSPACE =
Send an ASCII backspace character (0x08).
1 or :ascii_backspace
- ASCII_DELETE =
Send an ASCII delete character (0x7F).
2 or :ascii_delete
- DELETE_SEQUENCE =
Send the "@7" control sequence.
3 or :delete_sequence
- TTY =
Send terminal's "erase" setting.
4 or :tty