From 8afa79e790ecde96d1ddd00349ef806577c9f25c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 4 Feb 2002 09:03:21 +0000 Subject: Changed line length limit to 8000 to avoid stack exhaustion. Changed date of 1.44 release. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.h b/src/Editor.h index 036d7e23d..ec66629f6 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -36,7 +36,7 @@ public: class LineLayout { public: /// Drawing is only performed for @a maxLineLength characters on each line. - enum {maxLineLength = 16000}; + enum {maxLineLength = 8000}; int numCharsInLine; int xHighlightGuide; bool highlightColumn; -- cgit v1.2.3