index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
read_key.c
Age
Commit message (
Expand
)
Author
2010-04-18
vi: discover window size even on serial consoles. optional
Denys Vlasenko
2010-04-16
read_key: fix buffer length calculation
Tomas Heinrich
2010-03-11
lineedit: fix another corner case with bad unicode input
Denys Vlasenko
2010-03-09
lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR
Tomas Heinrich
2009-10-26
read_key,lineeedit: parse position answerback faster; sanitize its use
Denys Vlasenko
2009-10-26
read_key: ignore unknown keys (do not return them to caller byte-by-byte)
Denys Vlasenko
2009-10-26
read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes
Denys Vlasenko
2009-10-26
read_key: document more weird key sequences
Denys Vlasenko
2009-10-25
lineedit: handle Ctrl-arrows
Denys Vlasenko
2009-10-14
comment anc Config.in changes, no code changes
Denys Vlasenko
2009-05-29
read_key: drop optimization where we read 3 bytes at once
Denys Vlasenko
2009-05-17
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-15
lineedit: use read_key to recognize ESC sequence.
Denys Vlasenko
2008-10-26
read_key is actually written by Rob, add him to copyright notice
Denis Vlasenko
2008-10-25
read_key: add comments how Shift and Meta keys looks like.
Denis Vlasenko
2008-10-25
less: reuse former vi's key reading code. Improve SIGWINCH handling.
Denis Vlasenko
2008-10-25
libbb: add forgotten file from previous commit :(
Denis Vlasenko