- Capitalize Meta altkeys.
main()
- Put NANO_SMALL defines around toggle pointer (noticed by Jordi);
+ usage()
+ - Add -N to short format (no GETOPT_LONG) strings (noticed by
+ Jordi).
- rcfile.c:
parse_rcfile()
- Don't use i for both for loop and atoi(), fixes lots of
printf(_(" -K Use alternate keypad routines\n"));
#ifndef NANO_SMALL
printf(_(" -M Write file in Mac format\n"));
+ printf(_(" -N Don't convert files from DOS/Mac format\n"));
#endif
#ifndef DISABLE_JUSTIFY
printf(_(" -Q [str] Quoting string, default \"> \"\n"));