summaryrefslogtreecommitdiffstats
path: root/lib/readline.c
Commit message (Expand)AuthorAgeFilesLines
* readline: make ctrl-u to work like linux consoleDU HUANPENG2019-10-181-0/+8
* readline: add ctrl-u (unix-line-discard)Robert Karszniewicz2019-02-051-0/+1
* ratp: allow building without full console supportAleksander Morgado2018-03-011-1/+1
* ratp: move barebox-specific command to ratp_bb.hAleksander Morgado2018-01-301-2/+2
* Merge branch 'for-next/ratp'Sascha Hauer2016-02-081-0/+8
|\
| * barebox remote controlSascha Hauer2016-01-181-0/+8
* | readline: Fix potential buffer overflow in command historySascha Hauer2016-01-081-1/+2
* | readline: Fix potential buffer overflowSascha Hauer2016-01-081-1/+1
|/
* lib: readline support ctrl-l to clear screenDu Huanpeng2015-11-171-0/+8
* readline: Fix history prev when history is emptySascha Hauer2014-09-011-1/+5
* readline: reimplement history functionsSascha Hauer2014-07-291-68/+54
* input: Add BB_ prefix to KEY_ definesSascha Hauer2014-02-171-13/+13
* readline: remove unused variableSascha Hauer2013-11-121-2/+1
* readline: fix the 'new blank line at EOF' typoAntony Pavlov2012-10-291-1/+0
* readline: add ctrl-w handling (cut-the-last-word)Antony Pavlov2012-10-291-0/+10
* readline: move backspace key handling to the DO_BACKSPACE macroAntony Pavlov2012-10-291-10/+13
* lib/readline.c: fix unused-but-set-variable gcc warningAntony Pavlov2011-07-041-2/+0
* Silence few warnings.Krzysztof Halasa2010-12-211-2/+2
* readline: sparse fixesSascha Hauer2010-10-211-3/+3
* Remove unnecessary casts in key definesSascha Hauer2009-12-181-3/+3
* readline: Allow only ascii and printable charactersSascha Hauer2009-09-291-2/+4
* readline: Fix wrong screen reprinting. Try:Sascha Hauer2008-03-021-3/+3
* readline: Fix a bug when tab completion is used in the middleSascha Hauer2008-03-021-4/+12
* implement TAB completionSascha Hauer2008-03-011-0/+23
* implement delete key in readlinesascha2007-10-161-0/+12
* declare lots of functions staticSascha Hauer2007-09-281-5/+3
* - putc is now putchar for better standard conformitySascha Hauer2007-09-211-2/+2
* svn_rev_643Sascha Hauer2007-07-051-0/+302