aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb/lineedit: scroll to cursor position on any keypressRon Yorston2016-04-261-3/+5
* winansi: fix a couple of small problemsRon Yorston2016-04-251-0/+3
* 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
* | Merge branch 'busybox' into mergeRon Yorston2013-03-191-0/+1
|\|
| * lineedit: initialize delptrShawn J. Goff2013-02-271-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-10-101-1/+2
|\|
| * lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko2012-09-271-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-3/+3
|\|
| * lineedit: fix Alt-D when cursor==0Cliff Frey2012-08-071-3/+3
* | lineedit: disable hack for wrong width on MinGWRon Yorston2012-05-011-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-04-291-4/+2
|\|
| * lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen2012-04-261-4/+2
* | win32: support fancy prompts and (limited) tilde expansionRon Yorston2012-04-231-0/+10
* | Merge commit '1_20_0' into mergeRon Yorston2012-04-231-1/+1
|\|
| * whitespace fixesDenys Vlasenko2012-04-201-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-03-231-6/+9
|\|
| * shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2012-01-151-6/+9
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-8/+102
|\|
| * lineedit: fix build failureDenys Vlasenko2011-11-041-1/+3
| * lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko2011-11-031-0/+40
| * lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko2011-09-041-5/+1
| * lineedit: add support for history saving on exitDenys Vlasenko2011-09-041-6/+62
| * lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2011-09-041-2/+2
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-12/+153
|\|