more Windows curses size tinkering

This commit is contained in:
nhmall
2026-05-16 12:15:20 -04:00
parent b2458e679a
commit d78a875110
5 changed files with 31 additions and 44 deletions
-12
View File
@@ -1252,18 +1252,6 @@ error:
}
#undef win32err
#ifdef MSWIN_GRAPHICS
int
get_approx_window_column_width(void)
{
return GetSystemMetrics(SM_CXSCREEN) / 8;
}
int
get_approx_window_rows(void)
{
return GetSystemMetrics(SM_CYSCREEN) / 12;
}
#endif
#include <shellapi.h>
#define MAX_SYM_SIZE 100