aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Allow 4~ for End.Rose Hogenson1-1/+1
2024-01-12Fix a bug where cursor_pos would return old data.Rose Hogenson1-91/+125
2024-01-11Implement Home, End, PgUp, and PgDn.Rose Hogenson1-14/+37
2024-01-11Apply a clippy suggestion.Rose Hogenson1-1/+1
2024-01-11Don't call read immediately in cursor_pos.Rose Hogenson1-2/+1
2024-01-11Don't read the wrong value in cursor_pos.Rose Hogenson1-0/+6
2024-01-11Rewrite the entire thing.Rose Hogenson1-112/+51
2024-01-07Support backspace in xterm.Rose Hogenson1-1/+3
2024-01-07Support pasting text into the editor.Rose Hogenson1-15/+77
2024-01-07Implement redo.Rose Hogenson1-0/+5
2024-01-06Implement undo.Rose Hogenson1-0/+5
2024-01-06Use a b-tree for the rope.Rose Hogenson1-5/+12
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