QuickCheck vs WinHugs
Neil Mitchell
ndmitchell at gmail.com
Sun Nov 13 11:07:57 EST 2005
> - 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.
More information about the Cvs-hugs
mailing list