| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-01-06 | Implement backspace. | Rose Hogenson | 3 | -5/+23 |
| 2024-01-06 | Fix input issues when scrolling quickly. | Rose Hogenson | 2 | -17/+31 |
| 2024-01-06 | Support inserting newline. | Rose Hogenson | 2 | -37/+91 |
| 2024-01-06 | Allow scrolling up and down. | Rose Hogenson | 2 | -13/+23 |
| 2024-01-06 | Truncate long lines. | Rose Hogenson | 2 | -22/+58 |
| 2024-01-06 | Wrap the cursor around at the ends of a line. | Rose Hogenson | 1 | -5/+12 |
| 2024-01-06 | Use more idiomatic error handling. | Rose Hogenson | 3 | -178/+82 |
| 2024-01-06 | Fix unicode handling. | Rose Hogenson | 2 | -68/+212 |
| 2024-01-05 | Clean up the rope code. | Rose Hogenson | 2 | -216/+139 |
| 2023-12-29 | Allow saving the file with CTRL-S. | Rose Hogenson | 3 | -1/+29 |
| 2023-12-29 | Support inserting text. | Rose Hogenson | 3 | -6/+71 |
| 2023-12-29 | Keep track of cursor position. | Rose Hogenson | 2 | -31/+172 |
| 2023-12-29 | Allow moving the cursor with the arrow keys. | Rose Hogenson | 2 | -20/+82 |
| 2023-12-27 | Wait for ctrl-q to exit. | Rose Hogenson | 1 | -9/+26 |
| 2023-12-27 | Add some TODOs for important enhancements. | Rose Hogenson | 1 | -0/+2 |
| 2023-12-27 | Wait for keypress before exiting. | Rose Hogenson | 1 | -2/+17 |
| 2023-12-27 | Handle error from putting terminal in raw mode. | Rose Hogenson | 1 | -1/+6 |
| 2023-12-27 | Print each line separately. | Rose Hogenson | 2 | -28/+20 |
| 2023-12-27 | Put the terminal in raw mode. | Rose Hogenson | 2 | -11/+56 |
| 2023-12-27 | Rename tiocgwinsz.rs to term.rs. | Rose Hogenson | 2 | -2/+2 |
| 2023-12-27 | Use stdout to get terminal size. | Rose Hogenson | 1 | -1/+1 |
| 2023-12-27 | Print the first n lines of the file. | Rose Hogenson | 2 | -6/+85 |
| 2023-12-27 | Remove unnecessary length field. | Rose Hogenson | 1 | -11/+9 |
| 2023-12-27 | Fix a bug in how unicode is printed. | Rose Hogenson | 2 | -23/+28 |
| 2023-12-26 | Add function to get terminal size. | Rose Hogenson | 4 | -10/+52 |
| 2023-12-26 | Add the basic rope. | Rose Hogenson | 2 | -1/+116 |
| 2023-12-26 | Start text editor. | Rose Hogenson | 4 | -0/+19 |
