From befcf67e8df6f8b80df05efa8f77ec81fc3ea45b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 12 Jul 2000 03:39:49 +0000 Subject: Autocompletion cancel at start position available to API. Inverted default value to be compatible with older code. --- src/AutoComplete.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AutoComplete.cxx') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 00a3a75fc..d45ab27a6 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -16,7 +16,7 @@ AutoComplete::AutoComplete() { posStart = 0; strcpy(stopChars, ""); separator = ' '; - cancelAtStartPos = false; + cancelAtStartPos = true; } AutoComplete::~AutoComplete() { -- cgit v1.2.3