| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-01-13 | Escape control characters. | Rose Hogenson | 1 | -12/+12 |
| 2024-01-13 | Reject files with invalid utf-8. | Rose Hogenson | 1 | -22/+21 |
| 2024-01-12 | Start tuning the performance of rope. | Rose Hogenson | 1 | -6/+4 |
| 2024-01-12 | Fix a bug where cursor_pos would return old data. | Rose Hogenson | 1 | -57/+61 |
| 2024-01-11 | Implement Home, End, PgUp, and PgDn. | Rose Hogenson | 1 | -0/+71 |
| 2024-01-11 | Keep the cursor position on error. | Rose Hogenson | 1 | -8/+9 |
| 2024-01-11 | Do a little more to handle errors. | Rose Hogenson | 1 | -1/+7 |
| 2024-01-11 | Optimize for ASCII case in floor/ceil_grapheme. | Rose Hogenson | 1 | -1/+4 |
| 2024-01-11 | Optimise line_offset for the ASCII case. | Rose Hogenson | 1 | -0/+19 |
| 2024-01-11 | Fix the cursor behavior at line endings. | Rose Hogenson | 1 | -4/+6 |
| 2024-01-11 | Rewrite the entire thing. | Rose Hogenson | 1 | -325/+453 |
| 2024-01-07 | Be more efficient with full screen refreshes. | Rose Hogenson | 1 | -2/+15 |
| 2024-01-07 | Make undo a bit less weird. | Rose Hogenson | 1 | -17/+22 |
| 2024-01-07 | Support pasting text into the editor. | Rose Hogenson | 1 | -93/+94 |
| 2024-01-07 | Implement redo. | Rose Hogenson | 1 | -49/+81 |
| 2024-01-06 | Implement undo. | Rose Hogenson | 1 | -12/+41 |
| 2024-01-06 | Use a b-tree for the rope. | Rose Hogenson | 1 | -59/+98 |
| 2024-01-06 | Fix some bugs with long lines. | Rose Hogenson | 1 | -5/+7 |
| 2024-01-06 | Implement backspace. | Rose Hogenson | 1 | -4/+17 |
| 2024-01-06 | Fix input issues when scrolling quickly. | Rose Hogenson | 1 | -15/+30 |
| 2024-01-06 | Support inserting newline. | Rose Hogenson | 1 | -32/+73 |
| 2024-01-06 | Allow scrolling up and down. | Rose Hogenson | 1 | -11/+21 |
| 2024-01-06 | Truncate long lines. | Rose Hogenson | 1 | -22/+41 |
| 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 | 1 | -91/+50 |
| 2024-01-06 | Fix unicode handling. | Rose Hogenson | 1 | -60/+134 |
| 2024-01-05 | Clean up the rope code. | Rose Hogenson | 1 | -16/+6 |
| 2023-12-29 | Allow saving the file with CTRL-S. | Rose Hogenson | 1 | -0/+5 |
| 2023-12-29 | Support inserting text. | Rose Hogenson | 1 | -4/+15 |
| 2023-12-29 | Keep track of cursor position. | Rose Hogenson | 1 | -10/+65 |
| 2023-12-29 | Allow moving the cursor with the arrow keys. | Rose Hogenson | 1 | -20/+27 |
| 2023-12-27 | Wait for ctrl-q to exit. | Rose Hogenson | 1 | -9/+26 |
| 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 | 1 | -2/+4 |
| 2023-12-27 | Put the terminal in raw mode. | Rose Hogenson | 1 | -0/+2 |
| 2023-12-27 | Rename tiocgwinsz.rs to term.rs. | Rose Hogenson | 1 | -2/+2 |
| 2023-12-27 | Print the first n lines of the file. | Rose Hogenson | 1 | -2/+4 |
| 2023-12-27 | Fix a bug in how unicode is printed. | Rose Hogenson | 1 | -1/+1 |
| 2023-12-26 | Add function to get terminal size. | Rose Hogenson | 1 | -10/+24 |
| 2023-12-26 | Add the basic rope. | Rose Hogenson | 1 | -1/+20 |
| 2023-12-26 | Start text editor. | Rose Hogenson | 1 | -0/+3 |
