| Commit message (Expand) | Author | Age | Files | Lines |
* | read_key(): placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko | 2019-10-25 | 1 | -1/+2 |
* | lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace | Rostislav Skudnov | 2016-11-24 | 1 | -0/+12 |
* | Add comments in keyboard escape sequences table | Denys Vlasenko | 2012-06-11 | 1 | -5/+10 |
* | lineedit: add support for M-b, M-f, M-d, M-Backspace | Denys Vlasenko | 2011-11-03 | 1 | -3/+8 |
* | less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. | Denys Vlasenko | 2011-07-25 | 1 | -1/+4 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | vi: discover window size even on serial consoles. optional | Denys Vlasenko | 2010-04-18 | 1 | -1/+1 |
* | read_key: fix buffer length calculation | Tomas Heinrich | 2010-04-16 | 1 | -1/+1 |
* | lineedit: fix another corner case with bad unicode input | Denys Vlasenko | 2010-03-11 | 1 | -5/+16 |
* | lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR | Tomas Heinrich | 2010-03-09 | 1 | -0/+9 |
* | read_key,lineeedit: parse position answerback faster; sanitize its use | Denys Vlasenko | 2009-10-26 | 1 | -28/+25 |
* | read_key: ignore unknown keys (do not return them to caller byte-by-byte) | Denys Vlasenko | 2009-10-26 | 1 | -50/+74 |
* | read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes | Denys Vlasenko | 2009-10-26 | 1 | -2/+2 |
* | read_key: document more weird key sequences | Denys Vlasenko | 2009-10-26 | 1 | -1/+11 |
* | lineedit: handle Ctrl-arrows | Denys Vlasenko | 2009-10-25 | 1 | -1/+15 |
* | comment anc Config.in changes, no code changes | Denys Vlasenko | 2009-10-14 | 1 | -0/+1 |
* | read_key: drop optimization where we read 3 bytes at once | Denys Vlasenko | 2009-05-29 | 1 | -5/+8 |
* | line editing: add an option to emit ESC [ 6 n and use results | Denys Vlasenko | 2009-05-17 | 1 | -8/+49 |
* | lineedit: use read_key to recognize ESC sequence. | Denys Vlasenko | 2009-05-15 | 1 | -0/+1 |
* | read_key is actually written by Rob, add him to copyright notice | Denis Vlasenko | 2008-10-26 | 1 | -2/+3 |
* | read_key: add comments how Shift and Meta keys looks like. | Denis Vlasenko | 2008-10-25 | 1 | -0/+5 |
* | less: reuse former vi's key reading code. Improve SIGWINCH handling. | Denis Vlasenko | 2008-10-25 | 1 | -6/+11 |
* | libbb: add forgotten file from previous commit :( | Denis Vlasenko | 2008-10-25 | 1 | -0/+146 |