From 6eee037fe180acd217d783aebb1e0aafda3b64b2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 10 Feb 2005 12:46:17 +0000 Subject: Patch from Suzumizaki-Kimitaka to add character wrap mode. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index e14cb5ed9..bace500bd 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -301,7 +301,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int hsEnd; // Wrapping support - enum { eWrapNone, eWrapWord } wrapState; + enum { eWrapNone, eWrapWord, eWrapChar } wrapState; bool backgroundWrapEnabled; int wrapWidth; int docLineLastWrapped; -- cgit v1.2.3