From e1a50c19eb3734d414cd4f1d13ca57761a4d9e18 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 26 Nov 2014 16:51:41 +0100 Subject: Enable command line editing and history (CONFIG_CMDLINE_EDITING) --- include/config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 82dbf81..d192559 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,4 @@ -#ifndef CONFIG_H +#ifndef CONFIG_H #define CONFIG_H /* Environment variables */ @@ -35,11 +35,10 @@ #define CONFIG_ESC_CHAR ('^'-0x40) +#define CONFIG_CMDLINE_EDITING 1 /* TODO: */ -//#define CONFIG_CMDLINE_EDITING 1 //#define CONFIG_AUTO_COMPLETE 1 #define CONFIG_SYS_LONGHELP 1 #endif /* CONFIG_H */ - -- cgit v1.2.3