From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <94339412201 AT out DOT newmail DOT net> <81hnbl$7jq$2 AT portraits DOT wsisiz DOT edu DOT pl> Subject: Re: fprintf() and using under graphic modes Lines: 30 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: /ba9QcK2PSLNPI7mhUA51nJA/QHcVDEIloTBgkUD2Xr66eHFGLDXHlNJICSi9iyqtLXJDVMa1nhU!l3oDq3kse1HvR7cItjaQWk8+/yg/UC8wT9s/fAjkru59EATrKid+Y081Vb1Djnxp3jmL 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: Thu, 25 Nov 1999 03:23:07 GMT Distribution: world Date: Thu, 25 Nov 1999 03:23:07 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Chaos" wrote in message news:81hnbl$7jq$2 AT portraits DOT wsisiz DOT edu DOT pl... > > Kalum Somaratna aka Grendel napisał(a) w wiadomooci: > <94339412201 AT out DOT newmail DOT net>... > No way!! Long time ago I also had had CL 5434. I was really happy about it > until apearing of S3 Virge. > BTW. Do you know what the heck is VBE/AF statement for. The "AF" stands for two-dimensional Accelerated Function. > I thought about it too. If fprintf uses INT 0x10 (probably function > 0x13) maybe it will work to instruct BIOS to position cursor on > specific position (x and Y) the same way by INT 0x10. I've > searched for such function. > For me function 0x2 of INT 0x10 does that job: > > (input) > => AH = 2 > => BH = number of video page. > => DL, DH = X, Y of position of cursor. In multiples of 8x16 cells. You won't be able to slide text around smoothly on the screen if you use a printf() other than sprintf(str, format, ...); customtextprint(str); Damian Yerrick