Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetCurrentLine
Method
GetCurrentLine
GUI/RichTextarea.cpp:916–921 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
914
}
915
916
unsigned int RichTextarea::GetCurrentLine(HWND wnd)
917
{
918
TextareaData *data = GetData(wnd);
919
920
return data->cursorCharY;
921
}
922
923
void RichTextarea::ScrollToLine(HWND wnd, unsigned int line)
924
{
Callers
nothing calls this directly
Calls
1
GetData
Function · 0.70
Tested by
no test coverage detected