aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c
AgeCommit message (Expand)Author
2021-02-23lineedit: support empty PATH entries in tab completionRon Yorston
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-12-21lineedit: code shrinkDenys Vlasenko
2020-12-21lineedit: add a comment about possible use of tcflush()Denys Vlasenko
2020-12-21bc: do not allocate line editing state until neededDenys Vlasenko
2020-12-16lineedit: disable completion and fancy prompts if no shells are selectedDenys Vlasenko
2020-12-16lineedit: use strncmp instead of is_prefixed_with (we know the length)Denys Vlasenko
2020-12-16lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko
2020-12-16lineedit: match local directories when searching PATHRon Yorston
2020-12-16lineedit: omit directories when tab-completing from PATHRon Yorston
2020-11-21lineedit: fix unicode characters in promptAudun-Marius Gangstø
2020-06-24suppress a few compile warningsDenys Vlasenko
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko
2019-05-14style fix, no code changesDenys Vlasenko
2019-02-04lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko
2018-12-27randomconfig fixesDenys Vlasenko
2018-12-08lineedit: fix "defined but not used" sigaction2 warningDenys Vlasenko
2018-12-08suppress gcc 8 aliasing warningsDenys Vlasenko
2018-12-06bc: unbreak FEATURE_CLEAN_UP buildDenys Vlasenko
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-11-01lineedit: autocompletion for embedded scriptsRon Yorston
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-04-06hush: fix "unset PS1/PS2", and put them into initial variable setDenys Vlasenko
2018-02-25lineedit: allow window size tracking to be disabledRon Yorston
2017-12-31randomconfig fixesDenys Vlasenko
2017-11-08lineedit: get terminal width before printing promptDenys Vlasenko
2017-11-08lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko
2017-10-12lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi
2017-09-15less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-02line editing: make read_line_input() not take timeout paramDenys Vlasenko
2017-07-29shell: make standalone shell tab-complete "busybox"Denys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2016-11-28lineedit: simplify code a bitDenys Vlasenko
2016-11-27lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko
2016-11-25ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov
2016-10-24lineedit: fix completion with applet names. closes 9361Denys Vlasenko
2016-08-14lineedit: trivial codeshrink for vi-modeNatanael Copa
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston
2015-10-30lineedit: search applets as well as PATH for tab completionRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko
2014-12-15lineedit: don't block when looking for escape sequence in vi-modeRon Yorston
2014-12-10lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko
2014-01-10lineedit: fix trivial build failureDenys Vlasenko
2013-08-20lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko
2013-08-19lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko