Remove mention of Fl_Simple_Terminal

This commit is contained in:
Albrecht Schlosser
2023-11-15 14:11:25 +01:00
parent ee0637688d
commit 45fd145370
+1 -1
View File
@@ -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(),