]> 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 b7dc938003afbf6430e6897b7b1a955c9effd6ff..44715687400c4877272f32bab529816b6c74f64a 100644 (file)
@@ -29,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).