diff options
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Editor.h b/src/Editor.h index 73d15e340..cf3996ffa 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -42,6 +42,7 @@ public:  	bool highlightColumn;  	int selStart;  	int selEnd; +	bool containsCaret;  	int edgeColumn;  	char chars[maxLineLength+1];  	char styles[maxLineLength+1]; | 
