nano: Add a plus variant with more features
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 1 Feb 2022 21:44:21 +0000 (23:44 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 1 Feb 2022 21:44:21 +0000 (23:44 +0200)
commit5578d60f9ad953f677e0e1d9653a6c6490465156
tree4426d3415c9e730146742457789fa26fa11c65fe
parent0af741cd16ce9a6a7bf96404f2e543aa37e58d88
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>
(cherry picked from commit 85cb71d8d81af3c549406d5f42080ed58be9b9b0)
utils/nano/Makefile