9 Sep
2022
9 Sep
'22
8:18 a.m.
Huw Davies (@huw) commented about programs/notepad/main.c:
return dpi; }
+void UpdateStatusBar(void) +{ + int currentLine; + int currentCol = -1; + wchar_t statusTxt[25]; + int lineIndex; + DWORD selStart; + DWORD selEnd; + + SendMessageW(Globals.hEdit,EM_GETSEL, (WPARAM)&selStart, (LPARAM)&selEnd);
Again, add space after commas (more of which below which I won't point out). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/787#note_8074