diff options
author | nyamatongwe <unknown> | 2006-12-28 23:00:32 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-12-28 23:00:32 +0000 |
commit | da1ad1ff7405b0b6ee3b02e1d07b83b617d53c9b (patch) | |
tree | 2c314e2385e119e07f52371502742b8213dcf16b /src/ViewStyle.h | |
parent | c6b7c5cc5e9241b3f207637de4ad790214f112ed (diff) | |
download | scintilla-mirror-da1ad1ff7405b0b6ee3b02e1d07b83b617d53c9b.tar.gz |
Patch from Jason Haslam to optionally extend selection colour to left side when
end of line selected.
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 75f899d97..86eae63c0 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -54,6 +54,7 @@ public: ColourPair selbackground; ColourPair selbackground2; int selAlpha; + bool selEOLFilled; bool whitespaceForegroundSet; ColourPair whitespaceForeground; bool whitespaceBackgroundSet; |