aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-1/+1
|\|
| * suppress a few compile warningsDenys Vlasenko2020-06-241-1/+1
* | win32: more improvements to 'c:file' pathsRon Yorston2020-03-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-3/+14
|\|
| * ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-3/+14
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-1/+1
|\|
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-3/+10
|\|
| * style fix, no code changesDenys Vlasenko2019-05-141-3/+10
* | lineedit: reinstate tab-completion of '~/'Ron Yorston2019-04-091-1/+7
* | win32: improved support for c:path path namesRon Yorston2019-03-301-0/+11
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-151-1/+1
* | lineedit: add a command to change backslashes to slashesRon Yorston2019-03-151-0/+7
* | win32: changes to user idsRon Yorston2019-03-101-3/+0
* | win32: add a function to detect running with elevated privilegesRon Yorston2019-03-091-0/+3
* | libbb: copy entire match during tab-completionRon Yorston2019-03-011-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-4/+5
|\|
| * lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko2019-02-041-4/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-9/+23
|\|
| * randomconfig fixesDenys Vlasenko2018-12-271-8/+10
| * lineedit: fix "defined but not used" sigaction2 warningDenys Vlasenko2018-12-081-0/+2
| * suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-081-1/+11
| * bc: unbreak FEATURE_CLEAN_UP buildDenys Vlasenko2018-12-061-1/+1
| * Treat custom and applet scripts as appletsRon Yorston2018-11-171-16/+4
| * lineedit: autocompletion for embedded scriptsRon Yorston2018-11-011-4/+10
| * ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-011-0/+6
* | lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston2019-01-051-0/+4
* | win32: special treatment for PATHRon Yorston2018-12-141-10/+2
* | lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-081-0/+14
* | lineedit: improvements to tab completionRon Yorston2018-12-081-10/+9
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-1/+1
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-1/+1
* | win32: reinstate code in read_line_input to handle non-ttysRon Yorston2018-05-251-4/+5
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-1/+2
|\|
| * hush: fix "unset PS1/PS2", and put them into initial variable setDenys Vlasenko2018-04-061-1/+2
| * lineedit: allow window size tracking to be disabledRon Yorston2018-02-251-4/+14
* | win32: exclude termios codeRon Yorston2018-04-051-7/+12
* | lineedit: disable window size tracking in default configurationRon Yorston2018-03-011-4/+14
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-1/+2
|\|
| * randomconfig fixesDenys Vlasenko2017-12-311-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-12-091-2/+14
|\|
| * lineedit: get terminal width before printing promptDenys Vlasenko2017-11-081-2/+2
| * lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko2017-11-081-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-24/+64
|\|
| * lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi2017-10-121-24/+64
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-19/+7
|\|
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-151-16/+5
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-7/+16
|\|