aboutsummaryrefslogtreecommitdiffstats
path: root/src/rope.rs
AgeCommit message (Expand)AuthorFilesLines
2023-12-29Keep track of cursor position.Rose Hogenson1-21/+107
2023-12-27Add some TODOs for important enhancements.Rose Hogenson1-0/+2
2023-12-27Print each line separately.Rose Hogenson1-26/+16
2023-12-27Print the first n lines of the file.Rose Hogenson1-4/+81
2023-12-27Remove unnecessary length field.Rose Hogenson1-11/+9
2023-12-27Fix a bug in how unicode is printed.Rose Hogenson1-22/+27
2023-12-26Add the basic rope.Rose Hogenson1-0/+96