Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


irb | 6 comments | Create New Account
Click here to return to the 'irb' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
irb
Authored by: googoo on Oct 10, '03 01:37:46PM

Have you tired typing the following command (literally)?

stty erase ^h

This should set the erase character to <control>H, which is the backspace.

-Mark



[ Reply to This | # ]
irb
Authored by: ThreeDayMonk on Oct 14, '03 05:39:50PM

Yeah - that works! Thanks.



[ Reply to This | # ]