summaryrefslogtreecommitdiff
path: root/avr/cli_readline.c
Commit message (Expand)AuthorAge
* Additional Codes for HOME and END key.Leo C2016-07-14
* Add "SS3 H" for Home KeyLeo C2016-06-21
* Code clean upLeo C2016-06-17
* hist-search-backward / hist-search-forward (KEY_PPAGE/KEY_NPAGE)Leo C2016-06-17
* catch weird escape sequence: 'SS3 F' --> KEY_ENDLeo C2016-06-17
* cli_readline.c: code cleanup (history search)Leo C2016-06-17
* Linked list for history bufferLeo C2016-06-17
* new command: source - run commands from a fileLeo C2016-05-25
* Store only command line input in history buffer, but not data (i.e mm command)Leo C2016-04-22
* Enable commandline editing with history buffer parmanently, and remove macro ...Leo C2016-04-22
* Remove redundant hist_init()Leo C2016-04-22
* Add END key to cread_line()hexrel-6.5Leo C2015-09-04
* command line historyLeo C2015-06-13
* Merge branch 'master' into cmdline_editLeo C2015-06-11
|\
| * cli_readline_into_buffer: remove unneeded buf[]Leo C2015-01-21
| * Add copyright noticeLeo C2014-12-16
* | VT100/ANSI parserLeo C2015-06-11
* | command line editing generally worksLeo C2014-11-26
* | Enable command line editing and history (CONFIG_CMDLINE_EDITING)Leo C2014-11-26
|/
* include cleanupLeo C2014-10-23
* my_getchar() parameter: allow return without new characterLeo C2014-10-23
* New U-Boot like AVR main program.Leo C2014-08-12