X-Comment-To: Aitor Santamaria Merino
Hi!
27-Авг-2002 00:34 aitor.sm@xxxxxxxxxx (Aitor Santamaria Merino) wrote to FreeDOS
<fd-dev@xxxxxxxxxx>:
AM> I don't seem to find a function in conIO (TC3 compiler) to select active
AM> display page, so I do this in assembler (int 10h, 5h and Fh to set and
AM> get), but the conIO functions gets, puts, etc still work in old display
AM> page, I have also tried cgets and cputs from conIO, and changing the
AM> directvideo variable, but none of them worked.
AM> How can I make conIO notice that I have changed the active display page?
conio functions are not compatible with page structure at all. Example
from window() function:
_AH = V_SET_CURSOR_POS; //=2
_BH = 0; //!!! always first page
_VideoInt();
----------
list options/archives/etc.: http://www.topica.com/lists/fd-dev
unsubscribe: send blank email to: fd-dev-unsubscribe@xxxxxxxxxx
==^================================================================
This email was sent to: gofd-fd-dev@xxxxxxxxx
EASY UNSUBSCRIBE click here: http://topica.com/u/?bz8Rv5.bafB3U
Or send an email to: fd-dev-unsubscribe@xxxxxxxxxx
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================
|