]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/cli_readline.h
Enable commandline editing with history buffer parmanently, and remove macro CONFIG_C...
[z180-stamp.git] / include / cli_readline.h
index 5b25762720cb0ae8f9955fd251bf84b5b1e3841f..44715687400c4877272f32bab529816b6c74f64a 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
  * (C) Copyright 2014 Google, Inc
  * Simon Glass <sjg@chromium.org>
  *
@@ -27,10 +29,9 @@ int cli_readline(const FLASH char *const prompt);
  * maximum line length is CONFIG_SYS_CBSIZE including a \0 terminator, which
  * will always be added.
  *
- * The command is echoed as it is typed. Command editing is supported if
- * CONFIG_CMDLINE_EDITING is defined. Tab auto-complete is supported if
- * CONFIG_AUTO_COMPLETE is defined. If CONFIG_BOOT_RETRY_TIME is defined,
- * then a timeout will be applied.
+ * The command is echoed as it is typed. Command editing is supported.
+ * Tab auto-complete is supported if CONFIG_AUTO_COMPLETE is defined.
+ * If CONFIG_BOOT_RETRY_TIME is defined, then a timeout will be applied.
  *
  * If CONFIG_BOOT_RETRY_TIME is defined and retry_time >= 0,
  * time out when time goes past endtime (timebase time in ticks).
@@ -47,4 +48,3 @@ int cli_readline(const FLASH char *const prompt);
 
 
 #endif /* CLI_READLINE_H */
-