Mail Archives: djgpp/2000/06/09/12:15:18
From: | Damian Yerrick <Bullcr_pd_yerrick AT hotmail DOT comRemoveBullcr_p>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: window function ....
|
Organization: | Pin Eight Software http://pineight.8m.com/
|
Message-ID: | <gf52kscdotjfe4iei4753t7b7t8i2dki03@4ax.com>
|
References: | <8hqnlg$k6d$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE>
|
X-Newsreader: | Forte Agent 1.7/32.534
|
MIME-Version: | 1.0
|
Lines: | 25
|
X-Trace: | /Kw5eDxKdE4Vq8KTHS2TNHNPCcdPFhyRD1kxB3pHjpM8QdqNhonS28j9AX1+6K9ArlyeaUe/7CnC!+06JEmsgH/QsH9hQVXxnasZ2lnWut6NfYaeBV5n//6xtojFhcfDGQFZYFKIlbfMC4XclHEjPay0D!hKk=
|
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: | Fri, 09 Jun 2000 16:08:33 GMT
|
Distribution: | world
|
Date: | Fri, 09 Jun 2000 16:08:33 GMT
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
On Fri, 9 Jun 2000 14:27:07 +0200, "Florent"
<florent AT oih DOT rwth-aachen DOT de> wrote:
>Hi I'm using DJGPP and I would like to display a window under dos with a
>frame (using caracteres : 186,205,200,201,187,188) but the problem is that
>when I want to display the last caractere of the frame (for a
>window(x1,y1,x2,y2) the mast caractere is at x2,y2) raises all the ascii I
>have display before because the surseur goes to the next line ... that's not
>I want ....
Use a double buffering system (as if you were doing graphics) and then
use ScreenUpdateLine() to blit each scanline of it to the screen.
C:\>info libc alpha ScreenUpdateLine
>What's the clue here ??? Also how to hide the cursor ?
C:\>info libc alpha _setcursortype
--
Damian Yerrick
"I refuse to listen to those who refuse to listen to reason."
See the whole sig: http://www.rose-hulman.edu/~yerricde/sig.html
This is McAfee VirusScan. Add these two lines to your signature to
prevent the spread of signature viruses. http://www.mcafee.com/
- Raw text -