aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-01-07Implement redo.Rose Hogenson1-0/+5
Is this how redo works?
2024-01-06Implement undo.Rose Hogenson1-0/+5
2024-01-06Use a b-tree for the rope.Rose Hogenson1-5/+12
Now it's balanced :D
2024-01-06Implement backspace.Rose Hogenson1-0/+5
2024-01-06Use more idiomatic error handling.Rose Hogenson1-31/+24
2023-12-29Allow saving the file with CTRL-S.Rose Hogenson1-0/+5
2023-12-29Support inserting text.Rose Hogenson1-2/+2
2023-12-29Allow moving the cursor with the arrow keys.Rose Hogenson1-0/+55
2023-12-27Put the terminal in raw mode.Rose Hogenson1-11/+54
2023-12-27Rename tiocgwinsz.rs to term.rs.Rose Hogenson1-0/+18
I will be putting more functionality in this file.