nuttx-apps/system/readline
Nghia Ho 211f8bf76d bug fix:: Never reach readline_prompt() in nsh_initialize, moved it up to the top. Works now.
enhancement: TAB completion now works like Unix, it will autocomplete as much as possible for
multiple matches.
2015-11-01 01:41:01 -07:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Fixes to system/readline/Kconfig 2015-07-30 12:58:03 -06:00
Makefile Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished) 2014-09-06 08:00:47 -06:00
readline_common.c bug fix:: Never reach readline_prompt() in nsh_initialize, moved it up to the top. Works now. 2015-11-01 01:41:01 -07:00
readline.c Changes to NSH and readline to permit NSH to work on a platform with no file system 2013-09-30 11:34:04 -06:00
readline.h Removed forced enable of CONFIG_READLINE_ECHO in apps/system/readline/readline.h 2015-02-01 13:15:31 -06:00
std_readline.c cosmetic update to comments 2013-09-30 17:43:44 -06:00