diff options
author | nyamatongwe <unknown> | 2001-03-31 10:35:47 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-03-31 10:35:47 +0000 |
commit | 53cbfcdfafd9d6993f0d0bb2eef55d5ca21bd60e (patch) | |
tree | f2922d4c74654d2ae7a23954a923d03b696bafbc /src/ViewStyle.h | |
parent | 939b30d442e44a8ceced6e5d847218e109a4962c (diff) | |
download | scintilla-mirror-53cbfcdfafd9d6993f0d0bb2eef55d5ca21bd60e.tar.gz |
Added caret line feature.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
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; |