aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-01-01 12:21:37 +1100
committernyamatongwe <devnull@localhost>2013-01-01 12:21:37 +1100
commitd3a36ac23ec1ac9572584b6588e08bb11b57c091 (patch)
tree4c396e6ddabf8f92753acc4f1f0536d6386b2566 /src/ViewStyle.h
parent72237ea67ae8f09b6fa11e3b750192f0b5281052 (diff)
downloadscintilla-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.h1
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;