~luxferre/nne

7e93e8afd7d97bd2ae5af95515b4fdb5902c2a10 — luxferre 1 year, 1 month ago 6c39fdf
Updated readme
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 39,7 39,7 @@ Just run the usual CLI compilation process (replace `cc` with the C compiler of 
```
cc -std=c89 -Os -O2 -s nne.c -o nne [-DNNE_IOBUFSZ=n] [-DNNE_TABWIDTH=m] [-DNNE_NO_ALTBUF]
```
- `NNE_IOBUFSZ` defines the internal command buffers size (in characters, default 1000)
- `NNE_IOBUFSZ` defines the internal command buffers size (in characters, default 2000)
- `NNE_TABWIDTH` defines the amount of spaces that a tabulation key/char represents
- `NNE_NO_ALTBUF` disables the use of advanced terminal sequence like alternate buffer switching, cursor hiding and UTF-8 mode enforcement (this macro is useful on some older terminals/OSes that don't support these sequences and can't correctly process them)