WinHugs beta
Ross Paterson
ross at soi.city.ac.uk
Fri Oct 7 07:48:51 EDT 2005
On Thu, Oct 06, 2005 at 07:26:21PM +0100, Neil Mitchell wrote:
> > Under Unix, echoing is left to the OS. The usual OS setting is to echo
> > by characters. I thought plain hugs running in a Windows console window
> > did this too, but haven't checked.
> It doesn't.
How odd. I just tried plain hugs (both a mingw-compiled version and the
VC-compiled one you sent me) from the explorer in NT4 and it worked as
I'd hoped it would:
Hugs> getLine >>= print
hello
"hello"
i.e. it echoed each character as I typed it, and I was able to correct
the input with backspace before hitting return. Same for interact.
More information about the Cvs-hugs
mailing list