diff options
| author | nyamatongwe <unknown> | 2000-09-08 08:33:39 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-09-08 08:33:39 +0000 |
| commit | fd632fe35aebc4a854457babe9123315bef7bad3 (patch) | |
| tree | 02d5d1981170e1bfb30f1634d0fd8f8f2a12a060 /src/ViewStyle.h | |
| parent | 2836d9affd413c7141049ec24586251bd15f7969 (diff) | |
| download | scintilla-mirror-fd632fe35aebc4a854457babe9123315bef7bad3.tar.gz | |
Implemented settable caret width.
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 5b0ab1925..79ad82670 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -61,6 +61,7 @@ public: ColourPair caretcolour; ColourPair edgecolour; int edgeState; + int caretWidth; ViewStyle(); ViewStyle(const ViewStyle &source); |
