I am using SBCL Lisp on a Mac Pro Mavericks. When I run the sbcl command and drop into the interpreter the delete key prints ^? instead of deleting the last character.
Does anyone have a remedy for this issue?
I am using SBCL Lisp on a Mac Pro Mavericks. When I run the sbcl command and drop into the interpreter the delete key prints ^? instead of deleting the last character.
Does anyone have a remedy for this issue?
Go to terminal preferences (command-,), settings --> advanced; then check the option Delete sends Control-H.
cat is a standard unix command (man and google are your friends); type cat at the command prompt in the terminal, type letters, hit delete before and after my suggested changes, report the observations in your question as suggested by Chris.
– sds
Dec 29 '13 at 22:59
cat? – C. K. Young Dec 20 '13 at 07:13