| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-07 | Support backspace in xterm. | Rose Hogenson | 1 | -1/+3 | |
| Backspace: Cooler backspace: | |||||
| 2024-01-07 | Support pasting text into the editor. | Rose Hogenson | 1 | -15/+77 | |
| The editor only repaints when there is a small delay in the input, which only happens when the user is typing. Otherwise the bytes go straight into the buffer. | |||||
| 2024-01-07 | Implement redo. | Rose Hogenson | 1 | -0/+5 | |
| Is this how redo works? | |||||
| 2024-01-06 | Implement undo. | Rose Hogenson | 1 | -0/+5 | |
| 2024-01-06 | Use a b-tree for the rope. | Rose Hogenson | 1 | -5/+12 | |
| Now it's balanced :D | |||||
| 2024-01-06 | Implement backspace. | Rose Hogenson | 1 | -0/+5 | |
| 2024-01-06 | Use more idiomatic error handling. | Rose Hogenson | 1 | -31/+24 | |
| 2023-12-29 | Allow saving the file with CTRL-S. | Rose Hogenson | 1 | -0/+5 | |
| 2023-12-29 | Support inserting text. | Rose Hogenson | 1 | -2/+2 | |
| 2023-12-29 | Allow moving the cursor with the arrow keys. | Rose Hogenson | 1 | -0/+55 | |
| 2023-12-27 | Put the terminal in raw mode. | Rose Hogenson | 1 | -11/+54 | |
| 2023-12-27 | Rename tiocgwinsz.rs to term.rs. | Rose Hogenson | 1 | -0/+18 | |
| I will be putting more functionality in this file. | |||||
