From 2a5db84c7e93269969f82317a4ba6f2f4e267bc6 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Thu, 22 Feb 2007 11:12:32 +0000 Subject: [PATCH] Comment from Alexey Kasanzew (2:5080/168.22) about cursor hiding in Windows 98 --- goldlib/gall/gvidbase.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/goldlib/gall/gvidbase.cpp b/goldlib/gall/gvidbase.cpp index 3a0ff47..12033d7 100644 --- a/goldlib/gall/gvidbase.cpp +++ b/goldlib/gall/gvidbase.cpp @@ -1840,6 +1840,10 @@ void vcurset(int sline, int eline) { cci.dwSize = (eline and sline) ? sline : 100; cci.bVisible = make_bool(eline); +// To hide cursor in w98 needs change byte sequnce in compiled gedcyg.exe: +// 0F 95 C0 89 45 FC +// B0 01 90 -- -- -- + SetConsoleCursorInfo(gvid_hout, &cci); #elif defined(__UNIX__)