Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use one-indexing interally unless actually indexing rows array | nytpu | 2021-06-04 | 1 | -1/+1 |
* | move error() to common.h | nytpu | 2021-06-01 | 1 | -0/+4 |
* | clarify incorrect comments | nytpu | 2021-05-31 | 1 | -2/+2 |
* | major refactor, struct Buffer and struct Options merged into one Editor state... | nytpu | 2021-05-31 | 1 | -21/+21 |
* | add editor_deinit() | nytpu | 2021-05-31 | 1 | -0/+1 |
* | add RowNum define | nytpu | 2021-05-31 | 1 | -3/+5 |
* | implement saving errors for 'h' command | nytpu | 2021-05-26 | 1 | -0/+2 |
* | add global options state and have arguments modify them | nytpu | 2021-05-26 | 1 | -0/+8 |
* | add VERSION define to Makefile | nytpu | 2021-05-26 | 1 | -0/+5 |
* | change from int to long to accomodate longer files | nytpu | 2021-05-26 | 1 | -3/+3 |
* | add die() and editor_init() | nytpu | 2021-05-26 | 1 | -0/+6 |
* | fix typo in type name | nytpu | 2021-05-26 | 1 | -2/+2 |
* | add row and buffer structs | nytpu | 2021-05-26 | 1 | -2/+33 |
* | restrict to POSIX 2008/2017 | nytpu | 2021-05-22 | 1 | -0/+1 |
* | change license headers to SPDX identifier | nytpu | 2021-05-22 | 1 | -13/+3 |
* | initial commit | nytpu | 2021-05-21 | 1 | -0/+20 |