Updated readme

This commit is contained in:
luxferre
2023-07-28 15:07:05 +03:00
parent 6c39fdfe74
commit 7e93e8afd7
+1 -1
View File
@@ -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)