rust-osdev/uart_16550

Just a question. Why sending 8, space, 8 for a backspace or a delete ascii ctrl char ?

maduma opened this issue · 2 comments

self_data.write(8);

self_data.write(8);

I think this comment would answer that question.

Thanks !