summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorLeo C2014-11-26 16:51:41 +0100
committerLeo C2014-11-26 16:51:41 +0100
commite1a50c19eb3734d414cd4f1d13ca57761a4d9e18 (patch)
tree61b4dbc458045d644efb81cdee957758a979e878 /include/config.h
parent2f53dd651e4bc075376ade16897272b41fd08a14 (diff)
downloadz180-stamp-e1a50c19eb3734d414cd4f1d13ca57761a4d9e18.zip
Enable command line editing and history (CONFIG_CMDLINE_EDITING)
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 2 insertions, 3 deletions
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 */
-