Ticket #78 (closed defect: wontfix)

Opened 6 years ago

Last modified 6 years ago

getCh

Reported by: guest Owned by: nobody
Priority: minor Milestone:
Component: hugs Version: 200609
Keywords: Cc:

Description

I dont' know if this is a bug but there seems no way any more to get a non-echoing getChar. This is useful for interactive programs.

Change History

Changed 6 years ago by ross

  • status changed from new to closed
  • resolution set to wontfix

It was a Hugs-only function, and now it's gone. You should be able to get the same effect with hSetBuffering and hSetEcho (from System.IO).

Note: See TracTickets for help on using tickets.