Comment from Alexey Kasanzew (2:5080/168.22) about cursor hiding in Windows 98

This commit is contained in:
Stas Degteff 2007-02-22 11:12:32 +00:00
parent be3fcd9b7e
commit 2a5db84c7e

View File

@ -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__)