index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
vi.c
Age
Commit message (
Expand
)
Author
2020-03-16
vi: implement H/M/L.
Elliott Hughes
2020-03-16
vi: semi-functional ^E/^U and ^F/^B.
Elliott Hughes
2020-03-11
vi: don't keep fd open unnecessarily.
Elliott Hughes
2020-02-28
vi: Rearrange functions, add o, O, I
Jarno Mäkipää
2020-02-06
vi: fix pointer pos when at end of line
Jarno Mäkipää
2020-02-03
vi: fix 32-bit build.
Elliott Hughes
2020-02-02
vi: Replace linelist with Piece table based design
Jarno Mäkipää
2020-01-25
vi: Add tests
Jarno Mäkipää
2020-01-15
vi: fixes and small cleanup
Jarno Mäkipää
2020-01-14
vi: don't exit on ^C or ^D.
Elliott Hughes
2020-01-09
vi: fix warnings, improve status display.
Elliott Hughes
2019-10-21
vi: unalloc used memory, cleanups, fixes
Jarno Mäkipää
2019-10-09
vi: fixes
Jarno Mäkipää
2019-10-04
vi: Scroll unmodified lines using escape codes
Jarno Mäkipää
2019-09-22
vi: Added yank
Jarno Mäkipää
2019-09-19
vi: changes to buffer drawing
Jarno Mäkipää
2019-09-09
vi: added support for tabs
Jarno Mäkipää
2019-09-07
vi: small fixes.
Elliott Hughes
2019-04-22
vi.c changes to vi cmd execution
Jarno Mäkipää
2019-04-16
Add argument to xflush() so it can test for stdout err without flushing.
Rob Landley
2019-04-03
VI rewrote char delete and hjkl movements
Jarno Mäkipää
2019-03-29
vi: bug fixes
Jarno Mäkipää
2019-03-28
vi.c improved utf-8 support
Jarno Mäkipää
2019-03-24
vi: Code style cleanup
Jarno Mäkipää
2019-03-23
vi: Removed C99/GNU99 style for loop initializers
Jarno Mäkipää
2019-03-23
vi.c double_list based implementation.
Jarno Mäkipää
2015-12-23
Factor out draw_str() and friends.
Rob Landley
2015-12-19
Redo linestack to handle embedded NULs.
Rob Landley
2015-12-19
Start of vi.
Rob Landley