aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-7/+16
* | lineedit: fix incorrect conflict resolution in bb8d79ead mergeRon Yorston2017-07-291-38/+0
* | ash: remove old code to tab-complete 'busybox' in standalone shellRon Yorston2017-07-291-10/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-2/+2
|\|
| * shell: make standalone shell tab-complete "busybox"Denys Vlasenko2017-07-291-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-1/+1
|\|
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-44/+68
|\|
| * lineedit: simplify code a bitDenys Vlasenko2016-11-281-16/+14
| * lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko2016-11-271-29/+41
| * ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko2016-11-251-1/+1
| * lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov2016-11-241-42/+18
* | Merge branch 'busybox' into mergeRon Yorston2016-10-261-1/+1
|\|
| * lineedit: fix completion with applet names. closes 9361Denys Vlasenko2016-10-241-1/+1
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-8/+14
|\|
| * lineedit: trivial codeshrink for vi-modeNatanael Copa2016-08-141-8/+14
* | lineedit: tweak tab completion of commands in standalone shell modeRon Yorston2016-07-081-3/+11
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-4/+3
|\|
| * Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-151-4/+3
* | lineedit: move console viewport to cursor on keypressRon Yorston2016-04-261-0/+5
* | libbb/lineedit: revert last two commitsRon Yorston2016-04-261-26/+1
* | libbb/lineedit: limit cases where redraw clears to end of screenRon Yorston2016-04-241-0/+25
* | libbb/lineedit: only clear to EOL when deleting characterRon Yorston2016-04-241-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-1/+3
|\|
| * lineedit: search applets as well as PATH for tab completionRon Yorston2015-10-301-1/+16
* | win32: silence some compiler warningsRon Yorston2015-07-151-3/+3
* | lineedit: skip non-executables when tab-completing commandsRon Yorston2015-06-171-0/+3
* | lineedit: search applets as well as PATH for tab completionRon Yorston2015-06-171-1/+14
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-16/+19
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-8/+9
| * libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko2015-02-071-8/+5
| * lineedit: don't block when looking for escape sequence in vi-modeRon Yorston2014-12-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2014-12-141-2/+6
|\|
| * lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko2014-12-101-2/+6
* | lineedit: don't block when looking for escape sequence in vi-modeRon Yorston2014-12-131-1/+1
* | lineedit: improve appearance of forward cursor movementRon Yorston2014-04-091-0/+40
* | Use ANSI escape to move cursor back during line editingRon Yorston2014-04-071-0/+2
* | Provide fake getpwent_r to reduce changes from upstreamRon Yorston2014-03-231-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-01-131-0/+2
|\|
| * lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
* | libbb: drop unnecessary change from upstream BusyBoxRon Yorston2014-01-081-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-19/+63
|\|
| * lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko2013-08-201-3/+3
| * lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko2013-08-191-14/+30
| * lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2013-08-191-7/+23
| * ash,hush: history builtinFlemming Madsen2013-04-071-2/+14
* | Merge branch 'busybox' into mergeRon Yorston2013-04-031-37/+87
|\|
| * lineedit: \W on "/bin" should show "bin", not "/bin"Denys Vlasenko2013-03-291-1/+1
| * lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!Denys Vlasenko2013-03-291-37/+47
| * lineedit: add handling of \H in promptDenys Vlasenko2013-03-281-5/+45