summaryrefslogtreecommitdiff
path: root/libbb/read_key.c
Commit message (Expand)AuthorAge
* read_key(): placate "warning: shifting a negative signed value is undefined"Denys Vlasenko2019-10-25
* lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov2016-11-24
* Add comments in keyboard escape sequences tableDenys Vlasenko2012-06-11
* lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko2011-11-03
* less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-25
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-16
* vi: discover window size even on serial consoles. optionalDenys Vlasenko2010-04-18
* read_key: fix buffer length calculationTomas Heinrich2010-04-16
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-11
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-09
* read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko2009-10-26
* read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko2009-10-26
* read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2009-10-26
* read_key: document more weird key sequencesDenys Vlasenko2009-10-26
* lineedit: handle Ctrl-arrowsDenys Vlasenko2009-10-25
* comment anc Config.in changes, no code changesDenys Vlasenko2009-10-14
* read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko2009-05-29
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-17
* lineedit: use read_key to recognize ESC sequence.Denys Vlasenko2009-05-15
* read_key is actually written by Rob, add him to copyright noticeDenis Vlasenko2008-10-26
* read_key: add comments how Shift and Meta keys looks like.Denis Vlasenko2008-10-25
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-25
* libbb: add forgotten file from previous commit :(Denis Vlasenko2008-10-25