From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: ASCII GUI Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <1a8a6tstvu734p4efkb8btun2otk6qijg0@4ax.com> References: <57n86.4082$wt2 DOT 26425 AT news1 DOT oke DOT nextra DOT no> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 X-Trace: /KtlGRLzxYg/CbKga4QXZ0gJOtXN8W30Ir0VZKgTgRTxEqlpCxLNwZlb3+Tm3KM+q1OJLgBS/7Hp!6TTj+8MivYmp+en1DOaoXoc2V2zUAJwZ5IhXH8MP3nLxjBKANQH6JLf9t251wDY0BDmrj7jOpfPn!DRtVjg== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 17 Jan 2001 04:34:59 GMT Distribution: world Date: Wed, 17 Jan 2001 04:34:59 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 14 Jan 2001 20:31:02 +0100, "Jon" wrote: >I'm fairly new to programming, and have just started writing a >program in DJGPP which uses an ASCII GUI. The problem is that, it >redraws the GUI very slow. Even on my 850 MHZ Athlon [snip] >So, do anyone know of a better way to draw up ASCII graphics >without using the gotoxy and cprintf? If you don't want to use Turbo Vision (the TUI engine that powers RHIDE and SETEdit), you might want to try maintaining an offscreen copy of video RAM and blitting that in with ScreenUpdateLine(). C:\>info libc a ScreenUpdateLine --