diff options
| author | nyamatongwe <devnull@localhost> | 2001-03-31 10:35:47 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-03-31 10:35:47 +0000 | 
| commit | c1505c5abb1e1135e5b496aa097f632caa2527cc (patch) | |
| tree | f2922d4c74654d2ae7a23954a923d03b696bafbc /src/ViewStyle.h | |
| parent | 1150283816a23b066b34406a7d03e42dc328830d (diff) | |
| download | scintilla-mirror-c1505c5abb1e1135e5b496aa097f632caa2527cc.tar.gz | |
Added caret line feature.
Diffstat (limited to 'src/ViewStyle.h')
| -rw-r--r-- | src/ViewStyle.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 63f2940c4..7528638c5 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -69,6 +69,8 @@ public:  	bool viewEOL;  	bool showMarkedLines;  	ColourPair caretcolour; +	bool showCaretLineBackground; +	ColourPair caretLineBackground;  	ColourPair edgecolour;  	int edgeState;  	int caretWidth; | 
