Variable: tty-erase-char
tty-erase-char is a variable defined in keyboard.c.
Value
nil
Documentation
The ERASE character as set by the user with stty.
Probably introduced at or before Emacs version 20.1.
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
DEFVAR_LISP ("tty-erase-char", Vtty_erase_char,
doc: /* The ERASE character as set by the user with stty. */);