diff options
author | Zufu Liu <unknown> | 2019-02-02 10:26:58 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2019-02-02 10:26:58 +1100 |
commit | 9cc096e3f7deb6f10512e30da3e589eed927fdd5 (patch) | |
tree | 2430275cd7bece15c853a71af9fb64267d4476a0 /src/EditView.h | |
parent | 3b23e66a4f754a935f308a5c41a2f08f2968d5c3 (diff) | |
download | scintilla-mirror-9cc096e3f7deb6f10512e30da3e589eed927fdd5.tar.gz |
Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Backport of changeset 7248:aba09a1c7c63.
Diffstat (limited to 'src/EditView.h')
-rw-r--r-- | src/EditView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h index f649f7c87..300dc92a9 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -54,7 +54,7 @@ public: int tabWidthMinimumPixels; bool hideSelection; - bool drawOverstrikeCaret; + bool drawOverstrikeCaret; // used by the curses platform /** In bufferedDraw mode, graphics operations are drawn to a pixmap and then copied to * the screen. This avoids flashing but is about 30% slower. */ |