Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-15 | lineedit: use read_key to recognize ESC sequence. | Denys Vlasenko | |
This fixes several vi mode bugs and prepares for further fixes. function old new delta read_line_input 3287 5511 +2224 remember_in_history - 499 +499 lineedit_read_key - 70 +70 read_key 321 332 +11 input_tab 2823 - -2823 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 2/0 up/down: 2804/-2823) Total: -19 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
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 | |
no code changes | |||
2008-10-25 | less: reuse former vi's key reading code. Improve SIGWINCH handling. | Denis Vlasenko | |
function old new delta less_main 2056 2097 +41 getch_nowait 248 273 +25 read_key 310 321 +11 static.esccmds 61 69 +8 count_lines 72 74 +2 less_gets 166 142 -24 less_getch 172 43 -129 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 6/5 up/down: 91/-170) Total: -79 bytes text data bss dec hex filename | |||
2008-10-25 | libbb: add forgotten file from previous commit :( | Denis Vlasenko | |