aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: lineedit.c: crapNguyễn Thái Ngọc Duy2010-04-201-0/+4
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-13/+13
* unicode: optional table for better handling of neutral bidi charsTomas Heinrich2010-03-261-7/+7
* lineedit: first shot at optional unicode bidi input supportTomas Heinrich2010-03-181-12/+32
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-111-21/+24
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-091-5/+21
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-2/+2
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-1/+1
* randomconfig fixesDenys Vlasenko2009-12-121-0/+2
* ash: fix bad interaction of "stty -echo" + ASK_TERMINALDenys Vlasenko2009-11-111-47/+52
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-7/+7
* lineedit: REALLY fix compile error nowDenys Vlasenko2009-10-291-2/+5
* lineedit: compile fixDenys Vlasenko2009-10-291-3/+2
* rename sent_ESC_br_n6 variable to sent_ESC_br6nDenys Vlasenko2009-10-271-5/+5
* libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less uglyDenys Vlasenko2009-10-271-10/+35
* read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko2009-10-261-5/+33
* lineedit: handle Ctrl-arrowsDenys Vlasenko2009-10-251-27/+70
* lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.Denys Vlasenko2009-10-141-34/+35
* libbb/lineedit: restore ^D handling for unicodeDenys Vlasenko2009-09-291-3/+5
* libbb/lineedit: fix the case when we configured history to have 0 linesDenys Vlasenko2009-09-271-18/+20
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+2
* another small lineedit fixDenys Vlasenko2009-07-161-1/+3
* fix a thinko in lineedit completion codeDenys Vlasenko2009-07-161-7/+7
* lineedit: code shrinkDenys Vlasenko2009-07-161-24/+34
* remove trailing whitespaceDenys Vlasenko2009-07-151-1/+1
* randomconfig fixesDenys Vlasenko2009-07-151-1/+4
* lineedit+unicode: make TAB completion work againDenys Vlasenko2009-07-121-28/+57
* vi: small code shrinkDenys Vlasenko2009-07-121-3/+6
* added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko2009-07-111-5/+4
* lineedit: implement Unicode-aware line editing (optional)Denys Vlasenko2009-07-101-97/+235
* lineedit: fix warning about unused label when VI editing is disabledMike Frysinger2009-06-011-0/+2
* read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko2009-05-291-4/+7
* lineedit: small fixesDenys Vlasenko2009-05-171-12/+15
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-171-9/+33
* lineedit: use read_key to recognize ESC sequence.Denys Vlasenko2009-05-151-164/+145
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-7/+7
* libbb: revent previous version of "concurrent history updating"Denis Vlasenko2009-03-231-59/+55
* libbb: make history saving/loading concurrent-safeDenis Vlasenko2009-03-221-32/+110
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-2/+2
* lineedit: fix bug 5824: Since version 23530 with lineedit.c,Denis Vlasenko2008-11-021-1/+2
* lineedit: fix problems with empty commands in historyDenis Vlasenko2008-09-271-26/+47
* linedit: fix use-after-freeDenis Vlasenko2008-08-201-2/+3
* another overlapping_strcpyDenis Vlasenko2008-07-221-1/+1
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-221-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+2
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-5/+2
* lineedit: document prompt handlingDenis Vlasenko2008-06-281-11/+17
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* lineedit: correctly handle prompt longer than screen width. closes bug 3414Denis Vlasenko2008-05-251-14/+18
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-2/+2