diff options
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Editor.h b/src/Editor.h index 8d60abffc..374e2b33f 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 = 4000}; +	enum {maxLineLength = 16000};  	int numCharsInLine;  	int xHighlightGuide;  	bool highlightColumn; @@ -52,7 +52,7 @@ public:  	// Wrapped line support  	int widthLine;  	int lines; -	enum {maxDisplayLines = 100}; +	enum {maxDisplayLines = 400};  	int lineStarts[maxDisplayLines];  };  | 
