commit | 988dd5549bc7e6c455bd16929eff7d9566822be1 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Oct 14 01:42:33 2008 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Oct 14 01:42:33 2008 +0000 |
tree | 2a30f76659669b2f16f54e59e6d25c355bc2d077 | |
parent | f886fd2bc7b313d5616e88822387cc6fd6898f34 [diff] |
Clean up editors/vi.c:readit() so it only does readahead when actually parsing an escape sequence. (This mitigates but doesn't fully fix the the "cursoring around the file deletes data under qemu" bug, presumably due to "\033[D" being treated as three separate characters.)