aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2014-05-19 20:36:00 +1000
committerSteve Bennett <steveb@workware.net.au>2016-09-29 15:13:13 +1000
commit31130bb056088ed80f0ab76daf4d4ac8bda5489d (patch)
tree10e099900cf3dc849b45ab0013f2361ce8e0d152 /auto.def
parent94357f11bcab186bbdbb291cdda0f7acf61165e9 (diff)
downloadjimtcl-31130bb056088ed80f0ab76daf4d4ac8bda5489d.zip
jimtcl-31130bb056088ed80f0ab76daf4d4ac8bda5489d.tar.gz
jimtcl-31130bb056088ed80f0ab76daf4d4ac8bda5489d.tar.bz2
jimsh: Scriptable command-line completion support
via tcl::autocomplete Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/auto.def b/auto.def
index c7d9e57..e1a70a0 100644
--- a/auto.def
+++ b/auto.def
@@ -233,7 +233,6 @@ if {[opt-bool-or-full lineedit]} {
if {([cc-check-includes termios.h] && [have-feature isatty]) || [have-feature winconsole]} {
msg-result "Enabling line editing"
define USE_LINENOISE
- define-append CCOPTS -DNO_COMPLETION
define-append PARSE_UNIDATA_FLAGS -width
lappend extra_objs linenoise.o
}