[Tutor] "complete number" algorithm

alan.gauld@bt.com alan.gauld@bt.com
Mon, 24 Jun 2002 16:32:40 +0100


> > why not mark each item as the user types and let them choose?

> Well, the thing is, I'm not using curses, just plain 
> terminal. 

So how are you reading the digits as they are typed?
curses is the normal way to do that from a terminal
(unless you are on a DOS 'terminal' of course?)

Alan g.