Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!uxe.cso.uiuc.edu!mcdonald From: mcdonald@uxe.cso.uiuc.edu Newsgroups: comp.lang.c Subject: Re: ReadKey like Function in C Message-ID: <225800212@uxe.cso.uiuc.edu> Date: 31 Aug 89 15:12:00 GMT References: <148@trigon.UUCP> Lines: 16 Nf-ID: #R:trigon.UUCP:148:uxe.cso.uiuc.edu:225800212:000:633 Nf-From: uxe.cso.uiuc.edu!mcdonald Aug 31 10:12:00 1989 In article <3802@buengc.BU.EDU>, bph@buengc.BU.EDU (Blair P. Houghton) writes: > No. The real biggie is editors. > What I want to know is, how does EDT work, if VMS can't handle > character-at-a-time devices. VMS can do input and output any way one wishes. It is just that by default everything goes through the "record manager". Single character, disk block or group of blocks (independent of the record structure), even absolute disk blocks, are all possible. They are just a programming nuisance, and some (absolute disk blocks e.g.) require priviledge. Even arcade games a possible on a (lightly loaded) VAX. Doug McDonald