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/AutoComplete.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/AutoComplete.h') 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(); -- cgit v1.2.3