[racket] Can't delete chars in racket's terminal interpreter

From: Laurent (laurent.orseau at gmail.com)
Date: Tue Apr 23 12:23:53 EDT 2013

Try to use readline:
(require readline)

Docs:
http://docs.racket-lang.org/readline/

Laurent


On Tue, Apr 23, 2013 at 6:14 PM, Ory Band <oryband at gmail.com> wrote:

>  Hello.
>
> I can't seem to use the backspace key in racket's terminal interpreter.
>
> For example, when writing some chars and then hitting 'backspace', i get
> this instead of the last char being deleted:
>
> > abcd^H
>
> I'm using iTerm2 terminal app on Mac OSX Mountain Lion.
>
> Any ideas how to fix this?
>
> Thanks!
>
> Ory Band - אורי בנד
>
> oryband at gmail.com
> OryBand.com <http://oryband.com/>, gplus.to/OryBand
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130423/d416fff4/attachment.html>

Posted on the users mailing list.