aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-07-24 15:29:48 +1000
committernyamatongwe <unknown>2012-07-24 15:29:48 +1000
commitb74d888e9d72a7a61295dccfee1f07465f5be867 (patch)
treefb958dd1e96d6451555c8fdb0730ed7c2d02ca89 /src/AutoComplete.h
parent124855efe9f3d44625552854cf618a64613fe8c8 (diff)
downloadscintilla-mirror-b74d888e9d72a7a61295dccfee1f07465f5be867.tar.gz
Add ncurses platform. Rest of the implementation is an external project.
From Mitchell Foral.
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index 91e084857..4d27e6add 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -34,6 +34,8 @@ public:
bool autoHide;
bool dropRestOfWord;
unsigned int ignoreCaseBehaviour;
+ int widthLBDefault;
+ int heightLBDefault;
AutoComplete();
~AutoComplete();