From a496be9178af42d0a6ae1c83b6d22e7bafce9cfd Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:00:03 +0100 Subject: Fix "\todo TextDPosToLineAndCol does not exist" --- src/Fl_Text_Display.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Fl_Text_Display.cxx') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index 38a022b86..c49434c79 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -1830,11 +1830,9 @@ void Fl_Text_Display::buffer_modified_cb( int pos, int nInserted, int nDeleted, numbering is turned on. There is some performance cost to maintaining this line count, so normally absolute line numbers are not tracked if line numbering is off. This routine allows callers to specify that they still - want this line count maintained (for use via TextDPosToLineAndCol). + want this line count maintained (for use via Fl_Text_Display::position_to_linecol()). More specifically, this allows the line number reported in the statistics line to be calibrated in absolute lines, rather than post-wrapped lines. - - \todo TextDPosToLineAndCol does not exist (nedit port?) */ void Fl_Text_Display::maintain_absolute_top_line_number(int state) { mNeedAbsTopLineNum = state; -- cgit v1.2.3