On Mon, 6 Sep 2004 [EMAIL PROTECTED] wrote:
> On Sun, Sep 05, 2004 at 10:09:26PM +0300, Jukka Heinonen wrote:
> > Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse
> > cursor, a character cell which gets inverted or otherwise
>
> IIRC it's inverted.
That depends. There is a call wh
On Sun, Sep 05, 2004 at 10:09:26PM +0300, Jukka Heinonen wrote:
> Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse
> cursor, a character cell which gets inverted or otherwise
IIRC it's inverted.
> highlighted in order to show where mouse is currently located at.
This is aproxima
On Sunday 05 September 2004 03:09 pm, Jukka Heinonen wrote:
> Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse
> cursor, a character cell which gets inverted or otherwise
> highlighted in order to show where mouse is currently located at.
> As far as I know, neither Wine nor Window
Chris Rankin:
> OK, here's a first draft at a patch. Created with
> reference to my old copies of Ralph Brown's Interrupt
> List.
Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse
cursor, a character cell which gets inverted or otherwise
highlighted in order to show where mouse is
> Check out the content of vga.c (in
> dlls/winedos), you have most of the code you need.
> However, int33 mouse hide/show should cooperate with
> the vga layer.
OK, here's a first draft at a patch. Created with
reference to my old copies of Ralph Brown's Interrupt
List.
Cheers,
Chris
Chris Rankin a écrit :
--- Eric Pouech <[EMAIL PROTECTED]> wrote:
HWND WINAPI GetConsoleWindow(VOID)
{
FIXME("stub\n");
return NULL;
}
no this returns the handle to the window (in USER32) which contains the
console. WHat you need is
--- Eric Pouech <[EMAIL PROTECTED]> wrote:
> SetConsoleCursorInfo would do (if you're running the
> program under wineconsole).
/**
* GetConsoleWindow [EMAIL PROTECTED]
*/
HWND WINAPI GetConsoleWindow(VOID)
{
FIXME
Chris Rankin a écrit :
Hi,
I am almost running an old DOS-based application using
wineconsole, but I am constantly being bombarded by
FIXME messages from the DOSVM's Int33 calls for "Show
mouse cursor" and "Hide mouse cursor".
I have tracked the relevant code down to
dlls/winedos/int33.c, but don't
Hi,
I am almost running an old DOS-based application using
wineconsole, but I am constantly being bombarded by
FIXME messages from the DOSVM's Int33 calls for "Show
mouse cursor" and "Hide mouse cursor".
I have tracked the relevant code down to
dlls/winedos/int33.c, but don't know how the DOSVM
d