Kernel_Killer
August 23rd, 2003, 07:03
I'm not sure what is causing this, but it's very annoying. When connected to my OpenBSD box via null cable with vt100, my backspace doesn't work. It just spits out a Ctrl-H (^H). Any way to resolve this?

|MiNi0n|
August 23rd, 2003, 08:13
It's just mapping. You can alter your mappings in your .rc file for the shell, or just try hitting Ctrl-Backpace, or Ctrl-Delete instead

elmore
August 23rd, 2003, 10:13
or you can just type

[code:1:9cf01e6bef]
stty erase ^H
[/code:1:9cf01e6bef]