Path: utzoo!mnetor!tmsoft!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ncar!gatech!purdue!haven!uflorida!springs.cis.ufl.edu!pm0 From: pm0@springs.cis.ufl.edu (Patrick Martin) Newsgroups: comp.sys.amiga.programmer Subject: Re: Curses and C question. Message-ID: <26788@uflorida.cis.ufl.EDU> Date: 8 Feb 91 06:14:40 GMT References: <1991Feb7.145429.6180@garfield.cs.mun.ca> Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 17 In article <1991Feb7.145429.6180@garfield.cs.mun.ca> michael9@garfield.cs.mun.ca (Michael Sullivan) writes: > > My first question has probably been asked before, but I'll ask again >anyway, and that is, is some form of Curses available for the Amiga? I want Yes, it can be found on the latest Fish disk somehwere between 430 and 440. >the keyboard without having to send a return (in C). Under UNIX I'd just >do a system call on stty -cbreak, and that would take care of it. Is >there an equivilant effect for the Amiga? > Amiga Curses will handle this for you. Just set the mode to either raw() or cbreak(). There is also a package to enable raw mode out there on one of the fish disks which has a subroutine to set raw mode as well as some oter (other) stuff. --Pat