From: Adam Majer Newsgroups: comp.os.msdos.djgpp Subject: Re: Page flipping... Date: Sun, 14 May 2000 17:57:23 -0500 Organization: The University of Manitoba Lines: 20 Message-ID: References: NNTP-Posting-Host: antares.cc.umanitoba.ca Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: canopus.cc.umanitoba.ca 958345046 22456 130.179.16.26 (14 May 2000 22:57:26 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 14 May 2000 22:57:26 GMT In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Used in video programming to prevent flikering of the screen due to vertical refresh. Basics are you write to off-screen memory and then make that off-screen memory your visible page. Then you write to the page that was prevoiusly visible (now made active) etc... On Sun, 14 May 2000, Justin Szczap wrote: > Hi, > Can someone explain what page flipping is? > - JS > > > > > Sincerely, Adam