From fb394f628cb2c6be987c7fe45f9c5b22fb8167fe Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 1 Jul 2000 13:34:28 +0000 Subject: Making Drawline less context dependent by moving state from Editor to LineLayout and ViewStyle. Helps avoid attributes leaking into printing. --- src/ViewStyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 5660368ec..68e59d29e 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -59,6 +59,7 @@ public: bool showMarkedLines; ColourPair caretcolour; ColourPair edgecolour; + int edgeState; ViewStyle(); ViewStyle(const ViewStyle &source); -- cgit v1.2.3