Path: utzoo!attcan!uunet!cbmvax!ditto From: ditto@cbmvax.UUCP (Michael "Ford" Ditto) Newsgroups: comp.sys.amiga Subject: Re: Novice question Summary: fopen("RAW:", "w+") Message-ID: <5293@cbmvax.UUCP> Date: 22 Nov 88 04:11:42 GMT References: <1012@oswego.Oswego.EDU> Reply-To: ditto@cbmvax.UUCP (Michael "Ford" Ditto) Organization: Commodore Technology, West Chester, PA Lines: 17 In article <1012@oswego.Oswego.EDU> newton@rocky.oswego.edu (Eric Newton) writes: > I want to do all (or most) of my character I/O through > stdio routines, but through a window created by a program > run from the CLI. I need to get characters one at a time > without newline buffering (cbreak mode, for UNIX folks). > I will need to position the cursor at whole character > positions. Sounds like you want to do fp=fopen("RAW:", "w+"); see the AmigaDos manual section on RAW:. -- -=] Ford [=- "The number of Unix installations (In Real Life: Mike Ditto) has grown to 10, with more expected." ford@kenobi.cts.com - The Unix Programmer's Manual, ...!sdcsvax!crash!elgar!ford 2nd Edition, June, 1972. ditto@cbmvax.commodore.com