aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-03-31 10:35:47 +0000
committernyamatongwe <unknown>2001-03-31 10:35:47 +0000
commit53cbfcdfafd9d6993f0d0bb2eef55d5ca21bd60e (patch)
treef2922d4c74654d2ae7a23954a923d03b696bafbc /src/ViewStyle.h
parent939b30d442e44a8ceced6e5d847218e109a4962c (diff)
downloadscintilla-mirror-53cbfcdfafd9d6993f0d0bb2eef55d5ca21bd60e.tar.gz
Added caret line feature.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 63f2940c4..7528638c5 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -69,6 +69,8 @@ public:
bool viewEOL;
bool showMarkedLines;
ColourPair caretcolour;
+ bool showCaretLineBackground;
+ ColourPair caretLineBackground;
ColourPair edgecolour;
int edgeState;
int caretWidth;