nne

No-nonsense editor under 777 SLOC of ANSI C
git clone git://git.luxferre.top/nne.git
Log | Files | Refs | README | LICENSE

commit 7e93e8afd7d97bd2ae5af95515b4fdb5902c2a10
parent 6c39fdfe74cc84e57aa755bfa3d8f4c05508c98f
Author: luxferre <lux@ferre>
Date:   Fri, 28 Jul 2023 15:07:05 +0300

Updated readme

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)