From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: ScreenUpdate function.. Date: Mon, 18 Jan 1999 17:07:57 +0200 Organization: NetVision Israel Lines: 10 Message-ID: References: <36A170ED DOT 47A0B26D AT yahoo DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 916672099 487 199.203.121.2 (18 Jan 1999 15:08:19 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 18 Jan 1999 15:08:19 GMT X-Sender: eliz AT is In-Reply-To: <36A170ED.47A0B26D@yahoo.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 17 Jan 1999, Alvin Lau wrote: > Does any one know how to write a buffer for "ScreenUpdate" or > "ScreenUpdateLine" function to update the text screen ?? The buffer should include 2 bytes for every displayed character: the character itself and its text attribute byte (foreground and background colors encoded in one byte). This is how the displayed characters are layed out in the video memory.