From 13a33765368eb68820d650c3146888103ed1d3f0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 5 Nov 2003 10:54:52 +0000 Subject: Background wrapping during idle from Bruce Dodson. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index b8c32ab64..6eccb50bd 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -287,6 +287,7 @@ protected: // ScintillaBase subclass needs access to much of Editor // Wrapping support enum { eWrapNone, eWrapWord } wrapState; + bool backgroundWrapEnabled; int wrapWidth; int docLineLastWrapped; int docLastLineToWrap; -- cgit v1.2.3