Which string the terminal should send to an application when the user presses the Delete key.
auto : Send the @7 control sequence.
ascii-backspace : Send an ASCII backspace character (0x08).
ascii-delete : Send an ASCII delete character (0x7F).
delete-sequence : Send the @7 control sequence.
tty : Send terminal's "erase" setting.