Observed with `TERM=screen-256color`. `^H` does work. Setting a breakpoint in `curses_table::handle_input` shows that when using the backspace key, `ch` has a value of 127; when using `^H`, it is 263.