aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 8b9f125bd..66a853848 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -63,6 +63,8 @@ struct CaretLineAppearance {
Scintilla::Layer layer;
// Also show when non-focused
bool alwaysShow;
+ // highlight sub line instead of whole line
+ bool subLine;
// Non-0: draw a rectangle around line instead of filling line. Value is pixel width of frame
int frame;
};