| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-01-11 | Implement Home, End, PgUp, and PgDn. | Rose Hogenson | 1 | -14/+37 |
| 2024-01-11 | Apply a clippy suggestion. | Rose Hogenson | 1 | -1/+1 |
| 2024-01-11 | Don't call read immediately in cursor_pos. | Rose Hogenson | 1 | -2/+1 |
| 2024-01-11 | Don't read the wrong value in cursor_pos. | Rose Hogenson | 1 | -0/+6 |
| 2024-01-11 | Rewrite the entire thing. | Rose Hogenson | 1 | -112/+51 |
| 2024-01-07 | Support backspace in xterm. | Rose Hogenson | 1 | -1/+3 |
| 2024-01-07 | Support pasting text into the editor. | Rose Hogenson | 1 | -15/+77 |
| 2024-01-07 | Implement redo. | Rose Hogenson | 1 | -0/+5 |
| 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 |
| 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 |
