summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-07 15:00:03 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-07 15:00:03 +0100
commita496be9178af42d0a6ae1c83b6d22e7bafce9cfd (patch)
tree326711c8ff059c56da85ec1398615f19a7232a3f /src
parentafb44149d9ff613a60060648232cec52769a0823 (diff)
Fix "\todo TextDPosToLineAndCol does not exist"
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Text_Display.cxx4
1 files changed, 1 insertions, 3 deletions
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;