Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use one-indexing interally unless actually indexing rows array | nytpu | 2021-06-04 | 1 | -2/+1 |
* | add insert mode | nytpu | 2021-06-04 | 1 | -0/+4 |
* | add stubbed print_rows_escaped() for 'l' command | nytpu | 2021-06-04 | 1 | -0/+1 |
* | move error() to common.h | nytpu | 2021-06-01 | 1 | -4/+0 |
* | major refactor, struct Buffer and struct Options merged into one Editor state... | nytpu | 2021-05-31 | 1 | -1/+1 |
* | add RowNum define | nytpu | 2021-05-31 | 1 | -2/+3 |
* | add write_file() | nytpu | 2021-05-26 | 1 | -0/+4 |
* | add function to number rows while printing | nytpu | 2021-05-26 | 1 | -0/+1 |
* | implement saving errors for 'h' command | nytpu | 2021-05-26 | 1 | -0/+4 |
* | check if buffer is dirty before opening new file, add force override | nytpu | 2021-05-26 | 1 | -2/+4 |
* | miscellaneous cleanups | nytpu | 2021-05-26 | 1 | -0/+1 |
* | move open_file() and print_rows() to io.{c,h} | nytpu | 2021-05-26 | 1 | -0/+16 |