aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2023-12-27Fix a bug in how unicode is printed.Rose Hogenson2-23/+28
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-26Add function to get terminal size.Rose Hogenson2-10/+42
2023-12-26Add the basic rope.Rose Hogenson2-1/+116
2023-12-26Start text editor.Rose Hogenson1-0/+3