| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| Now that the terminal is in raw mode, we need to also include \r after each line. | |||||
| 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 | |
| Technically a single character can be split across multiple chunks, so we can just join all the chunks before printing. It's not the most efficient, but this is only for debugging. | |||||
| 2023-12-26 | Add the basic rope. | Rose Hogenson | 1 | -0/+96 | |
