aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-08-05 06:48:27 +0000
committernyamatongwe <unknown>2002-08-05 06:48:27 +0000
commit8d5165fcb061fb2d443ba301c459635c2ecde3bb (patch)
treed29470a095456504b888e2779eb49a4b07f42db0 /src/ViewStyle.h
parent76333f2c89b3dfbbbfdc47fed6590d3f64d1d835 (diff)
downloadscintilla-mirror-8d5165fcb061fb2d443ba301c459635c2ecde3bb.tar.gz
Visible whitespace specifiable colours feature from Martin Alderson.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 7528638c5..887170eaa 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -53,6 +53,10 @@ public:
bool selbackset;
ColourPair selbackground;
ColourPair selbackground2;
+ bool whitespaceForegroundSet;
+ ColourPair whitespaceForeground;
+ bool whitespaceBackgroundSet;
+ ColourPair whitespaceBackground;
ColourPair selbar;
ColourPair selbarlight;
/// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin