X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/67c339f7099c2a4b4a2966ddf9912ae96798145b..1bb542b2d891036ca5e9a80c2ce64621bb9318be:/window.c diff --git a/window.c b/window.c index 85754b6c..0d2ddb66 100644 --- a/window.c +++ b/window.c @@ -163,7 +163,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) { wndclass.hInstance = inst; wndclass.hIcon = LoadIcon (inst, MAKEINTRESOURCE(IDI_MAINICON)); - wndclass.hCursor = LoadCursor (NULL, IDC_ARROW); + wndclass.hCursor = LoadCursor (NULL, IDC_IBEAM); wndclass.hbrBackground = GetStockObject (BLACK_BRUSH); wndclass.lpszMenuName = NULL; wndclass.lpszClassName = appname;