Denis Vlasenko
|
ded6ad34ed
fix recurring "last_cmd overrun", fix [del] handling in insert mode
|
16 years ago |
Denis Vlasenko
|
267e16c74a
vi: trivial size optimization -65 bytes
|
16 years ago |
Denis Vlasenko
|
25497c1d92
vi: reinstate timeout of 300 ms
|
16 years ago |
Denis Vlasenko
|
5373fbcd11
vi: add comments to Rob's algorithm of reading and matching ESC sequences
|
16 years ago |
Rob Landley
|
5e38cd910a
Escape sequences sent over serial links don't come in as a block, so poll
|
16 years ago |
Rob Landley
|
988dd5549b
Clean up editors/vi.c:readit() so it only does readahead when actually
|
16 years ago |
Denis Vlasenko
|
30cfdf90ce
crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)
|
16 years ago |
Denis Vlasenko
|
7b54dc788c
vi: using array data after it fell out of scope is stupid.
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
d699544205
vi: fix vda's thinko
|
16 years ago |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 years ago |
Denis Vlasenko
|
9092f754bd
print_flags: fix trivial thinko
|
16 years ago |
Denis Vlasenko
|
70685bd022
vi: fix yet another vda's thinko
|
16 years ago |
Denis Vlasenko
|
e3eae0d445
vi: fix obvious thinko's
|
16 years ago |
Denis Vlasenko
|
2a210e5df2
vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
|
16 years ago |
Denis Vlasenko
|
3387538bbe
vi: small code shrink
|
16 years ago |
Denis Vlasenko
|
b175946ba4
vi: fix the bug where vi never grows the edit buffer.
|
16 years ago |
Bernhard Reutner-Fischer
|
5e25ddb7d3
- use STD*_FILENO some more. No object-code changes
|
16 years ago |
Denis Vlasenko
|
5599502a55
more -Wall warning fixes. -Wall is enabled now.
|
16 years ago |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
8abae88410
vi: do not truncate file to zero length. closes bug 2944.
|
16 years ago |
Denis Vlasenko
|
c693840fe8
*: whitespace fixes, no code changes
|
17 years ago |
Denis Vlasenko
|
42cc304e90
lpr: add more accurate comments
|
17 years ago |
Paul Fox
|
2724fa9d8a
remove alarm() calls which were functioning as a primitive
|
17 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
17 years ago |
Paul Fox
|
35e9c5d83a
fixups to vi usage, and move the initial redraw() past the
|
17 years ago |
Paul Fox
|
c51fc7bed6
|
17 years ago |
Paul Fox
|
4917c11432
fix vi's '?' and '/' commands to correctly set a new direction
|
17 years ago |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
17 years ago |
Paul Fox
|
b5ee8db9b5
add ',' and 'gg' commands (patch from Leo Jay)
|
17 years ago |