| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-01-06 | Use a b-tree for the rope. | Rose Hogenson | 1 | -96/+242 |
| 2024-01-06 | Fix some bugs with long lines. | Rose Hogenson | 1 | -36/+1 |
| 2024-01-06 | Implement backspace. | Rose Hogenson | 1 | -1/+1 |
| 2024-01-06 | Fix input issues when scrolling quickly. | Rose Hogenson | 1 | -2/+1 |
| 2024-01-06 | Support inserting newline. | Rose Hogenson | 1 | -5/+18 |
| 2024-01-06 | Allow scrolling up and down. | Rose Hogenson | 1 | -2/+2 |
| 2024-01-06 | Truncate long lines. | Rose Hogenson | 1 | -0/+17 |
| 2024-01-06 | Use more idiomatic error handling. | Rose Hogenson | 1 | -56/+8 |
| 2024-01-06 | Fix unicode handling. | Rose Hogenson | 1 | -8/+78 |
| 2024-01-05 | Clean up the rope code. | Rose Hogenson | 1 | -200/+133 |
| 2023-12-29 | Allow saving the file with CTRL-S. | Rose Hogenson | 1 | -1/+19 |
| 2023-12-29 | Support inserting text. | Rose Hogenson | 1 | -0/+54 |
| 2023-12-29 | Keep track of cursor position. | Rose Hogenson | 1 | -21/+107 |
| 2023-12-27 | Add some TODOs for important enhancements. | Rose Hogenson | 1 | -0/+2 |
| 2023-12-27 | Print each line separately. | Rose Hogenson | 1 | -26/+16 |
| 2023-12-27 | Print the first n lines of the file. | Rose Hogenson | 1 | -4/+81 |
| 2023-12-27 | Remove unnecessary length field. | Rose Hogenson | 1 | -11/+9 |
| 2023-12-27 | Fix a bug in how unicode is printed. | Rose Hogenson | 1 | -22/+27 |
| 2023-12-26 | Add the basic rope. | Rose Hogenson | 1 | -0/+96 |
