From c862ae240c3d5871f6c4cce6d803176edf2cc14b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 19 Sep 2012 22:42:10 +1000 Subject: Allow subclasses to modify padding when last segment on line is italics. Used by ncurses platform layer. From Mitchell Foral. --- 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 cb1141b61..e040bdb47 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -271,6 +271,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int marginNumberPadding; // the right-side padding of the number margin int ctrlCharPadding; // the padding around control character text blobs + int lastSegItalicsOffset; // the offset so as not to clip italic characters at EOLs Document *pdoc; -- cgit v1.2.3