nano: Add a plus variant with more features
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 31 Jan 2022 16:04:08 +0000 (18:04 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 31 Jan 2022 16:12:48 +0000 (18:12 +0200)
commit85cb71d8d81af3c549406d5f42080ed58be9b9b0
tree665118682802ad23b8d5c4f3166cd959668cf3ab
parente87e3406ee848a9c330041e2cb4ea7c7f6937a7e
nano: Add a plus variant with more features

Nano is by default built as "tiny" with most features disabled.
That is suitable for basic tasks in routers with small flash.

Add a new nano-plus variant that enables selected additional
features in the build config:
 * multiple files (multibuffer)
 * Unicode/utf8
 * justify
 * .nanorc support
 * help
 * also some key bindings get enabled as "tiny" configure option
   is removed.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/nano/Makefile