diff options
author | nyamatongwe <devnull@localhost> | 2013-01-01 12:21:37 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-01-01 12:21:37 +1100 |
commit | d3a36ac23ec1ac9572584b6588e08bb11b57c091 (patch) | |
tree | 4c396e6ddabf8f92753acc4f1f0536d6386b2566 /src/ViewStyle.h | |
parent | 72237ea67ae8f09b6fa11e3b750192f0b5281052 (diff) | |
download | scintilla-mirror-d3a36ac23ec1ac9572584b6588e08bb11b57c091.tar.gz |
Feature #3592730. Option for caret line to be visible without focus.
From Vidya Wasi.
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 292ed01ec..25467052f 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -115,6 +115,7 @@ public: ColourDesired caretcolour; ColourDesired additionalCaretColour; bool showCaretLineBackground; + bool alwaysShowCaretLineBackground; ColourDesired caretLineBackground; int caretLineAlpha; ColourDesired edgecolour; |