summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-06-06 21:12:45 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-06-06 21:12:45 +0000
commitabd221aa5644e44a2c708d8e77ee26ae84913506 (patch)
tree7e23aba350c3350e1bbbfcd2dd4128b17b048806 /src
parentaa9148eea84ae393645104fbfc8e0d3cd6e5f873 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Text_Buffer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Text_Buffer.cxx b/src/Fl_Text_Buffer.cxx
index 7495be19a..0865e87b6 100644
--- a/src/Fl_Text_Buffer.cxx
+++ b/src/Fl_Text_Buffer.cxx
@@ -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 ) */