Updated readme
This commit is contained in:
@@ -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]
|
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_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)
|
- `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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user