summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov3-80/+68
2012-06-11Add comments in keyboard escape sequences tableDenys Vlasenko1-5/+10
2011-11-03lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko3-20/+77
2011-07-25less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko4-84/+123
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-19vi: discover window size even on serial consoles. optionalDenys Vlasenko4-26/+65
2010-04-16read_key: fix buffer length calculationTomas Heinrich1-1/+1
2010-03-11lineedit: fix another corner case with bad unicode inputDenys Vlasenko6-35/+67
2010-03-09lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich4-5/+73
2009-10-26read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko2-33/+58
2009-10-26read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko1-50/+74
2009-10-25read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2-3/+3
2009-10-25read_key: document more weird key sequencesDenys Vlasenko1-1/+11
2009-10-25lineedit: handle Ctrl-arrowsDenys Vlasenko3-28/+90
2009-10-14comment anc Config.in changes, no code changesDenys Vlasenko2-2/+2
2009-05-29read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko4-59/+65
2009-05-17line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko6-35/+116
2009-05-15lineedit: use read_key to recognize ESC sequence.Denys Vlasenko3-176/+158
2008-10-26read_key is actually written by Rob, add him to copyright noticeDenis Vlasenko1-2/+3
2008-10-25read_key: add comments how Shift and Meta keys looks like.Denis Vlasenko1-0/+5
2008-10-25less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko4-91/+67
2008-10-25libbb: add forgotten file from previous commit :(Denis Vlasenko1-0/+146