aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* randomconfig fixesDenys Vlasenko2017-12-311-1/+2
* 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
* lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi2017-10-121-24/+64
* 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
* line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-7/+16
* shell: make standalone shell tab-complete "busybox"Denys Vlasenko2017-07-291-2/+2
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-1/+1
* 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
* lineedit: fix completion with applet names. closes 9361Denys Vlasenko2016-10-241-1/+1
* lineedit: trivial codeshrink for vi-modeNatanael Copa2016-08-141-8/+14
* Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-151-4/+3
* lineedit: search applets as well as PATH for tab completionRon Yorston2015-10-301-1/+16
* 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
* lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko2014-12-101-2/+6
* lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
* 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
* 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
* lineedit: initialize delptrShawn J. Goff2013-02-271-0/+1
* lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko2012-09-271-1/+2
* lineedit: fix Alt-D when cursor==0Cliff Frey2012-08-071-3/+3
* lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen2012-04-261-4/+2
* whitespace fixesDenys Vlasenko2012-04-201-1/+1
* shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2012-01-151-6/+9
* 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
* libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko2011-07-111-12/+153
* lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko2011-05-201-9/+15
* small fix for HISTFILESIZEDenys Vlasenko2011-03-311-0/+1
* ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-311-15/+29
* lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko2011-03-271-45/+62
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-7/+5
* lineedit: fix tab-completion of filenames with spacesMike Shal2010-11-221-22/+45
* lineedit: create history files with mode 0600Wolfram Sang2010-11-151-5/+7
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-281-9/+11
* lineedit: do not hang on error, but return error indicator.Denys Vlasenko2010-09-071-6/+6