From 53cbfcdfafd9d6993f0d0bb2eef55d5ca21bd60e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 31 Mar 2001 10:35:47 +0000 Subject: Added caret line feature. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') 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]; -- cgit v1.2.3