From 85b0c705e8dc4fa3cf8ea725b9d690054cc12547 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 Jul 2015 12:15:03 -0600 Subject: [PATCH] Add support for tab-completions in the sim/nsh configuration --- configs/sim/nsh/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/sim/nsh/defconfig b/configs/sim/nsh/defconfig index e6dcd46af85..2014680b2c3 100644 --- a/configs/sim/nsh/defconfig +++ b/configs/sim/nsh/defconfig @@ -695,8 +695,11 @@ CONFIG_NSH_CONSOLE=y # CONFIG_SYSTEM_INIFILE is not set # CONFIG_SYSTEM_RAMTEST is not set CONFIG_SYSTEM_READLINE=y +CONFIG_READLINE_HAVE_EXTMATCH=y CONFIG_READLINE_ECHO=y CONFIG_READLINE_TABCOMPLETION=y +CONFIG_READLINE_MAX_BUILTINS=64 +CONFIG_READLINE_MAX_EXTCMDS=64 # CONFIG_SYSTEM_RAMTRON is not set # CONFIG_SYSTEM_SDCARD is not set # CONFIG_SYSTEM_SUDOKU is not set