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.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/AutoComplete.cxx') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 82773f4db..bab123a99 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -34,7 +34,9 @@ AutoComplete::AutoComplete() : cancelAtStartPos(true), autoHide(true), dropRestOfWord(false), - ignoreCaseBehaviour(SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE) { + ignoreCaseBehaviour(SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE), + widthLBDefault(100), + heightLBDefault(100) { lb = ListBox::Allocate(); stopChars[0] = '\0'; fillUpChars[0] = '\0'; -- cgit v1.2.3