Age | Commit message (Expand) | Author |
---|---|---|
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 |