Increased gap size in Fl_Text_Buffer to make the buffer suitable for much longer text, which seems to be a common use.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5181 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2006-06-06 21:12:45 +00:00
parent aa9148eea8
commit abd221aa56
+1 -1
View File
@@ -33,7 +33,7 @@
#include <FL/Fl_Text_Buffer.H> #include <FL/Fl_Text_Buffer.H>
#define PREFERRED_GAP_SIZE 80 #define PREFERRED_GAP_SIZE 1024
/* Initial size for the buffer gap (empty space /* Initial size for the buffer gap (empty space
in the buffer where text might be inserted in the buffer where text might be inserted
if the user is typing sequential chars ) */ if the user is typing sequential chars ) */