aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-02-02 10:26:58 +1100
committerZufu Liu <unknown>2019-02-02 10:26:58 +1100
commitdceb72247c99932399784780437344934260b11d (patch)
tree2055803a2051ea9d4ba752707becad0b78d131eb /src/EditView.h
parent3272cf2d93f0beb2eed50f85fe115fa101f4de08 (diff)
downloadscintilla-mirror-dceb72247c99932399784780437344934260b11d.tar.gz
Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Diffstat (limited to 'src/EditView.h')
-rw-r--r--src/EditView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h
index 4fa7807d3..f81634cac 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. */