aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/vi.c
AgeCommit message (Expand)Author
2021-05-15Convert utf8towc from wchar_t to unsigned (to match wctoutf8).Rob Landley
2021-03-17vi: various fixes.Elliott Hughes
2020-03-16vi: implement H/M/L.Elliott Hughes
2020-03-16vi: semi-functional ^E/^U and ^F/^B.Elliott Hughes
2020-03-11vi: don't keep fd open unnecessarily.Elliott Hughes
2020-02-28vi: Rearrange functions, add o, O, IJarno Mäkipää
2020-02-06vi: fix pointer pos when at end of lineJarno Mäkipää
2020-02-03vi: fix 32-bit build.Elliott Hughes
2020-02-02vi: Replace linelist with Piece table based designJarno Mäkipää
2020-01-25vi: Add testsJarno Mäkipää
2020-01-15vi: fixes and small cleanupJarno Mäkipää
2020-01-14vi: don't exit on ^C or ^D.Elliott Hughes
2020-01-09vi: fix warnings, improve status display.Elliott Hughes
2019-10-21vi: unalloc used memory, cleanups, fixesJarno Mäkipää
2019-10-09vi: fixesJarno Mäkipää
2019-10-04vi: Scroll unmodified lines using escape codesJarno Mäkipää
2019-09-22vi: Added yankJarno Mäkipää
2019-09-19vi: changes to buffer drawingJarno Mäkipää
2019-09-09vi: added support for tabsJarno Mäkipää
2019-09-07vi: small fixes.Elliott Hughes
2019-04-22vi.c changes to vi cmd executionJarno Mäkipää
2019-04-16Add argument to xflush() so it can test for stdout err without flushing.Rob Landley
2019-04-03VI rewrote char delete and hjkl movementsJarno Mäkipää
2019-03-29vi: bug fixesJarno Mäkipää
2019-03-28vi.c improved utf-8 supportJarno Mäkipää
2019-03-24vi: Code style cleanupJarno Mäkipää
2019-03-23vi: Removed C99/GNU99 style for loop initializersJarno Mäkipää
2019-03-23vi.c double_list based implementation.Jarno Mäkipää
2015-12-23Factor out draw_str() and friends.Rob Landley
2015-12-19Redo linestack to handle embedded NULs.Rob Landley
2015-12-19Start of vi.Rob Landley