From b74d888e9d72a7a61295dccfee1f07465f5be867 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 24 Jul 2012 15:29:48 +1000 Subject: Add ncurses platform. Rest of the implementation is an external project. From Mitchell Foral. --- src/Editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 0ae1f115f..cb1141b61 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -269,6 +269,9 @@ protected: // ScintillaBase subclass needs access to much of Editor bool convertPastes; + int marginNumberPadding; // the right-side padding of the number margin + int ctrlCharPadding; // the padding around control character text blobs + Document *pdoc; Editor(); -- cgit v1.2.3