X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/05437fb4cdb907816a4fc3ffafa2617fcf33266a..c647afca0ab5d67de1c18b52b4e50262fcb73425:/include/cli_readline.h diff --git a/include/cli_readline.h b/include/cli_readline.h index 5b25762..4471568 100644 --- a/include/cli_readline.h +++ b/include/cli_readline.h @@ -1,4 +1,6 @@ /* + * (C) Copyright 2014 Leo C. + * * (C) Copyright 2014 Google, Inc * Simon Glass * @@ -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 */ -