_DrawCaret
void _DrawCaret(int32 offset, bool visible);
_DrawCaret(fTextEditor->CaretOffset());
void _DrawCaret(int32 textOffset);
_DrawCaret(fSelStart, true);
_DrawCaret(fSelStart, fCaretVisible);
_DrawCaret(fDragOffset, false);
_DrawCaret(offset, true);