diff options
author | nyamatongwe <unknown> | 2012-07-24 15:29:48 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-07-24 15:29:48 +1000 |
commit | b74d888e9d72a7a61295dccfee1f07465f5be867 (patch) | |
tree | fb958dd1e96d6451555c8fdb0730ed7c2d02ca89 /src/AutoComplete.h | |
parent | 124855efe9f3d44625552854cf618a64613fe8c8 (diff) | |
download | scintilla-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.h | 2 |
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(); |