lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Lynx for a blind user


From: Michael Sokolov
Subject: Re: LYNX-DEV Lynx for a blind user
Date: Sun, 21 Sep 1997 19:55:56 -0400 (EDT)

David, you are misunderstanding how a DOS extender works. DOS extenders don't
_decide_ how to do something like screen output, they merely do what the app
itself asks them to do. If the app writes directly to the video buffer, it
would do so regardless of whether it runs under a DOS extender or not. If it
issues DOS or BIOS calls, the DOS extender would have to translate them into
real (or V86) mode, since it doesn't know how to handle them itself (that's why
it's called a DOS extender and not a DOS replacer).
As far as Lynx is concerned, you need to look at how the PDcurses library
writes to the screen (directly or through BIOS), rather than worry about
DGJPP's DOS extender.

Sincerely,
Michael Sokolov
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]