nano: enable line numbers (from cmdline)
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 8 Nov 2021 19:32:54 +0000 (21:32 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 8 Nov 2021 19:32:54 +0000 (21:32 +0200)
commitae7f62d637d86b8fe6ae03cdce948ab2d25ff19b
tree544dc0d4f6d2329cc58875e99b5b1923312e3bee
parent1f90475fc4784355e86af38f2831b70dd500bfb9
nano: enable line numbers (from cmdline)

Enable showing line numbers, which makes it easier to find
the correct place in long files. Due to the "tiny" build,
the functionality is only available from cmdline with "-l"
option.
For example:  nano -l /etc/banner

Key shortcut M-n is disabled due to "tiny".
See https://savannah.gnu.org/bugs/?61441 for explanation.

Also
* remove without-slang config option, deprecated in Dec 2020
* adopt AUTORELEASE

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