aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-08-05 06:48:27 +0000
committernyamatongwe <devnull@localhost>2002-08-05 06:48:27 +0000
commitc8d0c32129aaaf7f56091ec267f86c0fec7267b0 (patch)
treed29470a095456504b888e2779eb49a4b07f42db0 /src/ViewStyle.h
parent734741819ffb01a79faa13abe15462acb9054f37 (diff)
downloadscintilla-mirror-c8d0c32129aaaf7f56091ec267f86c0fec7267b0.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