mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 13:05:35 +08:00
Remove mention of Fl_Simple_Terminal
This commit is contained in:
@@ -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.
|
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.
|
\note The expanded string is currently limited to 1024 characters.
|
||||||
\param[in] fmt is a printf format string for the message text.
|
\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(),
|
\param[in] ap is a va_list created by va_start() and closed with va_end(),
|
||||||
|
|||||||
Reference in New Issue
Block a user