Home » Questions » Computers [ Ask a new question ]

/usr/bin/reset disables backspace

/usr/bin/reset disables backspace

Following this question, running /usr/bin/reset destroys my backspace functionality.

Asked by: Guest | Views: 258
Total answers/comments: 2
Guest [Entry]

"This will make the terminal interpret the key as Backspace:

stty erase ""^?""

(^? can be either the Backspace key, or the literal ^ ?.)"
Guest [Entry]

"The everything-you-wanted-to-know-and-more answer:

tldp.org/HOWTO/BackspaceDelete/index.html"