1. 1e825ac libbb: shrink lineedit_read_key() by Denys Vlasenko · 2 years, 11 months ago
  2. 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
  3. f39a718 read_key(): placate "warning: shifting a negative signed value is undefined" by Denys Vlasenko · 5 years ago
  4. 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
  5. 0ccae4d Add comments in keyboard escape sequences table by Denys Vlasenko · 12 years ago
  6. 9ce09bc lineedit: add support for M-b, M-f, M-d, M-Backspace by Denys Vlasenko · 13 years ago
  7. 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
  8. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  9. c175c46 vi: discover window size even on serial consoles. optional by Denys Vlasenko · 15 years ago
  10. 0358daf read_key: fix buffer length calculation by Tomas Heinrich · 15 years ago
  11. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  12. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  13. 727e1b5 read_key,lineeedit: parse position answerback faster; sanitize its use by Denys Vlasenko · 15 years ago
  14. 0f91b3d read_key: ignore unknown keys (do not return them to caller byte-by-byte) by Denys Vlasenko · 15 years ago
  15. 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
  16. 9d71fc6 read_key: document more weird key sequences by Denys Vlasenko · 15 years ago
  17. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  18. a68bd4b comment anc Config.in changes, no code changes by Denys Vlasenko · 15 years ago
  19. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  20. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  21. c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 16 years ago
  22. 7462b21 read_key is actually written by Rob, add him to copyright notice by Denis Vlasenko · 16 years ago
  23. bdd2d8f read_key: add comments how Shift and Meta keys looks like. no code changes by Denis Vlasenko · 16 years ago
  24. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  25. 39b0135 libbb: add forgotten file from previous commit :( by Denis Vlasenko · 16 years ago