summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Buffer.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-15 14:11:25 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-15 14:11:25 +0100
commit45fd14537063bd6aa0c492f407b5ff62f1210df6 (patch)
tree5670ec0790750db20bad6b0ccd2e1f0020a91645 /src/Fl_Text_Buffer.cxx
parentee0637688d1a3ce176b9dbe1e9ae4c02d55e872a (diff)
Remove mention of Fl_Simple_Terminal
Diffstat (limited to 'src/Fl_Text_Buffer.cxx')
-rw-r--r--src/Fl_Text_Buffer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Text_Buffer.cxx b/src/Fl_Text_Buffer.cxx
index b606af9de..caf4b3839 100644
--- a/src/Fl_Text_Buffer.cxx
+++ b/src/Fl_Text_Buffer.cxx
@@ -408,7 +408,7 @@ void Fl_Text_Buffer::insert(int pos, const char *text, int insertedLength)
/**
Can be used by subclasses that need their own printf() style functionality.
- e.g. Fl_Simple_Terminal::printf() would wrap around this method.
+
\note The expanded string is currently limited to 1024 characters.
\param[in] fmt is a printf format string for the message text.
\param[in] ap is a va_list created by va_start() and closed with va_end(),