File diff r2207:2553be73ee95 → r2208:adb18646c021
win32.c
Show inline comments
 
@@ -40,6 +40,8 @@ static bool _has_console;
 
#endif
 

	
 

	
 
static bool cursor_visible = true;
 

	
 
bool MyShowCursor(bool show)
 
{
 
	if (_wnd.cursor_visible == show) return show;