diff options
| author | nyamatongwe <devnull@localhost> | 2000-09-08 08:33:39 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-09-08 08:33:39 +0000 |
| commit | 8493d793a070ad2020c4c7a854c0c4e00034e4a4 (patch) | |
| tree | 02d5d1981170e1bfb30f1634d0fd8f8f2a12a060 /src/ViewStyle.h | |
| parent | 2c07bfe4cdaf52df17769d8a0d0d44c3ca55eb19 (diff) | |
| download | scintilla-mirror-8493d793a070ad2020c4c7a854c0c4e00034e4a4.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); |
