From 7e93e8afd7d97bd2ae5af95515b4fdb5902c2a10 Mon Sep 17 00:00:00 2001 From: luxferre Date: Fri, 28 Jul 2023 15:07:05 +0300 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae6ddb0..d2a66d4 100644 --- a/README.md +++ b/README.md @@ -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)