From: Matthias T. <mt...@we...> - 2010-10-25 18:31:49
|
hi Pito, > There are terminals sending 0x7f (delete) instead of 0x08 > (backaspace) when backspace key is hit. And these terminals can be customized to work properly. > Maybe 'accept' could be > modified by Matthias to process 0x7f as well. Terminals are a nightmare. Mine here sends a multi-byte sequence if I hit the DEL key. The backspace key sends the proper ascii 8 code byte. I dont want to dig deeper into that.... Matthias |