aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-27Handle error from putting terminal in raw mode.Rose Hogenson1-1/+6
2023-12-27Print each line separately.Rose Hogenson2-28/+20
2023-12-27Put the terminal in raw mode.Rose Hogenson2-11/+56
2023-12-27Rename tiocgwinsz.rs to term.rs.Rose Hogenson2-2/+2
2023-12-27Use stdout to get terminal size.Rose Hogenson1-1/+1
2023-12-27Print the first n lines of the file.Rose Hogenson2-6/+85
2023-12-27Remove unnecessary length field.Rose Hogenson1-11/+9
2023-12-27Fix a bug in how unicode is printed.Rose Hogenson2-23/+28
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