diff options
author | nyamatongwe <unknown> | 2013-01-01 12:21:37 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-01-01 12:21:37 +1100 |
commit | e17f73fca0ac5d7ab1a26f92a3b68a9429925e15 (patch) | |
tree | d3d503846a9d77f11fbe3d2131938cf0667ce342 /src/ViewStyle.h | |
parent | 38e98e68f3975066a75bc007c8919fe564adb5aa (diff) | |
download | scintilla-mirror-e17f73fca0ac5d7ab1a26f92a3b68a9429925e15.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; |