--rebindkeypad, clarify its description on the command line,
and add an updated FAQ entry about its use. Changes to
window_init(), usage(), main(), get_verbatim_kbinput(),
- nanorc.sample, nano.1, nanorc.5, and faq.html. (DLR)
+ nanorc.sample, nano.1, nanorc.5, nano.texi, and faq.html.
+ (DLR)
- Add new -W/--wordbounds command line option, and new
"wordbounds" rcfile option, to control whether
the word movement functions treat punctuation characters as
part of a word. Changes to do_next_word_void(),
- do_prev_word_void(), usage(), main(), nano.1, nanorc.5, and
- nanorc.sample. (DLR, suggested by Mike Frysinger)
+ do_prev_word_void(), usage(), main(), nano.1, nanorc.5,
+ nano.texi, and nanorc.sample. (DLR, suggested by Mike
+ Frysinger)
- color.c:
- Remove unneeded fcntl.h include. (DLR)
- chars.c:
@smallbook
@set EDITION 0.1
@set VERSION 1.3.8
-@set UPDATED 27 Jun 2005
+@set UPDATED 10 Aug 2005
@dircategory Editors
@direntry
Don't look at SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
available.
+@item -K, --rebindkeypad
+Interpret the numeric keypad keys so that they all work properly. You
+should only need to use this option if they don't, as mouse support
+won't work properly with this option enabled.
+
@item -N, --noconvert
Do not convert files from DOS/Mac format.
@item -V, --version
Print the version number and copyright and quit.
+@item -W, --wordbounds
+Detect word boundaries more accurately by treating punctuation
+characters as part of a word.
+
@item -Y, --syntax=[str]
Specify a specific syntax highlighting from the .nanorc to use, if
available.