Re: QuickCheck vs WinHugs

Neil Mitchell <[email protected]> Sun, 13 Nov 2005 16:07:57 +0000
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <404396ef0511130807m138f1b58h3800e0ec043efbbc__38528.7780467936$1131898176$gmane$org@mail.gmail.com>
> - if the user types BackSpace, the character to the left of the cursor
>   is erased and the cursor moves left (unless there are no pending
>   user-typed characters).
When the user is typing, the windows rich text control is in charge -
so this happens automatically.

> - if the program outputs '\b' to the console, the cursor is moved one
>   position to the left, with no erasure.
>
> Is that feasible?
I guess so, I'll give it a shot now.