aboutsummaryrefslogtreecommitdiffstats
path: root/common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* use one-indexing interally unless actually indexing rows arraynytpu2021-06-041-1/+1
* move error() to common.hnytpu2021-06-011-0/+4
* clarify incorrect commentsnytpu2021-05-311-2/+2
* major refactor, struct Buffer and struct Options merged into one Editor state...nytpu2021-05-311-21/+21
* add editor_deinit()nytpu2021-05-311-0/+1
* add RowNum definenytpu2021-05-311-3/+5
* implement saving errors for 'h' commandnytpu2021-05-261-0/+2
* add global options state and have arguments modify themnytpu2021-05-261-0/+8
* add VERSION define to Makefilenytpu2021-05-261-0/+5
* change from int to long to accomodate longer filesnytpu2021-05-261-3/+3
* add die() and editor_init()nytpu2021-05-261-0/+6
* fix typo in type namenytpu2021-05-261-2/+2
* add row and buffer structsnytpu2021-05-261-2/+33
* restrict to POSIX 2008/2017nytpu2021-05-221-0/+1
* change license headers to SPDX identifiernytpu2021-05-221-13/+3
* initial commitnytpu2021-05-211-0/+20