diff options
author | nyamatongwe <devnull@localhost> | 2007-05-29 12:39:35 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-05-29 12:39:35 +0000 |
commit | 8b5449f2e32ef24b2acd48483f0f80fa5f1b215a (patch) | |
tree | 4528e55558ba91dde9709755cc5a1abec6540425 /src/ViewStyle.h | |
parent | 5a69ddeca6d1cc05fa71670c4f49dbd421e8c9dc (diff) | |
download | scintilla-mirror-8b5449f2e32ef24b2acd48483f0f80fa5f1b215a.tar.gz |
Block caret feature added by Todd Whiteman.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index eb4e8dc11..61ebe85ee 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -91,6 +91,7 @@ public: int caretLineAlpha; ColourPair edgecolour; int edgeState; + int caretStyle; int caretWidth; bool someStylesProtected; bool extraFontFlag; |