speed 38400 baud; rows 24; columns 80; line = 0;
intr = ^C; quit = <undef>; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; start = ^Q; stop = ^S; susp = <undef>; rprnt = ^R; werase = ^W;
lnext = ^V; flush = ^O; min = 0; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
It says viewpoint when I do term.
I am thinking this must be a different viewpoint than the one I am using. There are 3 in accuterm, but none work.
I think the stty is what I was looking for. It says the erase is ^?. If that means <ctrl> ?, that is not doing a backspace.
If I set term to vt100, it works for a while. I think I need to work with it more. Feel free to provide any suggestions.