Improve documentation (test/editor) (#219)

Add missing declaration, update more declarations.
This commit is contained in:
Albrecht Schlosser
2021-04-14 21:41:27 +02:00
parent 78aa959ab9
commit 41b1f1f911
+3 -2
View File
@@ -50,8 +50,9 @@ Our text editor will need some global variables to keep track of things:
\code
int changed = 0;
char filename[256] = "";
Fl_Text_Buffer *textbuf;
char filename[FL_PATH_MAX] = "";
char title[FL_PATH_MAX];
Fl_Text_Buffer *textbuf = 0;
\endcode
The \p textbuf variable is the text editor buffer for