summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Buffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Text_Buffer.cxx')
-rw-r--r--src/Fl_Text_Buffer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Text_Buffer.cxx b/src/Fl_Text_Buffer.cxx
index 3f6e5b7..4c25387 100644
--- a/src/Fl_Text_Buffer.cxx
+++ b/src/Fl_Text_Buffer.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Text_Buffer.cxx 4301 2005-04-28 17:48:04Z mike $"
+// "$Id: Fl_Text_Buffer.cxx 5190 2006-06-09 16:16:34Z mike $"
//
// Copyright 2001-2005 by Bill Spitzak and others.
// Original code Copyright Mark Edel. Permission to distribute under
@@ -33,7 +33,7 @@
#include <FL/Fl_Text_Buffer.H>
-#define PREFERRED_GAP_SIZE 80
+#define PREFERRED_GAP_SIZE 1024
/* Initial size for the buffer gap (empty space
in the buffer where text might be inserted
if the user is typing sequential chars ) */
@@ -2520,5 +2520,5 @@ Fl_Text_Buffer::outputfile(const char *file, int start, int end, int buflen) {
//
-// End of "$Id: Fl_Text_Buffer.cxx 4301 2005-04-28 17:48:04Z mike $".
+// End of "$Id: Fl_Text_Buffer.cxx 5190 2006-06-09 16:16:34Z mike $".
//