- Remove now-inaccurate note about verbatim input's not working
at prompts, and update its description to mention that it
handles hexadecimal values now. (DLR)
-- doc/nanorc.sample:
+- nanorc.sample:
- Add return to the "c-file" regexes. (DLR)
- Clarify the text describing good values for whitespace
display. Since ASCII is technically only seven bits wide,
characters 128-255 aren't ASCII. (DLR, suggested by Michael
Piefel)
+ - Add the "morespace" option. (DLR)
+- nano.1. nanorc.5, nano.texi:
+ - Add the "morespace" option, and sync with the descriptions in
+ nanorc.sample in a few places. (DLR)
- src/Makefile.am:
- Add chars.c to nano_SOURCES. (DLR)
- If we're installing and the "rnano" symlink already exists,
.B \-N (\-\-noconvert)
Disable automatic conversion of files from DOS/Mac format.
.TP
+.B \-O (\-\-morespace)
+Use the blank line below the titlebar as extra editing space.
+.TP
.B \-Q \fIstr\fP (\-\-quotestr=\fIstr\fP)
Set the quoting string for justifying. The default is
"^([\ \\t]*[|>:}#])+" if regular expression support is available, or
Constantly display the cursor position in the status bar.
.TP
\fBset/unset cut\fP
-Use cut to end of line with ^K by default.
+Use cut to end of line by default.
.TP
\fBset fill \fIn\fP\fP
Wrap lines at column number \fIn\fP. If \fIn\fP is 0 or less, the line
.I ~/.nano_history
for saving and reading search/replace strings.
.TP
+\fBset/unset morespace\fP
+Allow use of the blank line below the titlebar as extra editing space.
+.TP
+\fBset/unset mouse\fP
+Enable mouse support, so that mouse clicks can be used to set the mark
+and run shortcuts.
+.TP
\fBset/unset multibuffer\fP
Allow inserting files into their own buffers.
.TP
calls \fIspell\fP.
.TP
\fBset/unset suspend\fP
-Allow nano to be suspended with ^Z.
+Allow nano to be suspended.
.TP
\fBset tabsize \fIn\fP\fP
Use a tab size of \fIn\fP columns instead of the default (8); must be
## Enable ~/.nano_history for saving and reading search/replace strings.
# set historylog
-## Enable mouse support so that mouse clicks can be used to set the mark
-## and run shortcuts.
+## Use the blank line below the titlebar as extra editing space.
+# set morespace
+
+## Enable mouse support, so that mouse clicks can be used to set the
+## mark and run shortcuts.
# set mouse
## Allow multiple file buffers (inserting a file will put it into a
## highlight possible errors and parameters
#color brightwhite "^ *(set|unset|syntax|color).*$"
## set, unset and syntax
-#color cyan "^ *(set|unset) +(autoindent|backup|backupdir|brackets|const|cut|fill|historylog|mouse|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|punct|quotestr|rebinddelete|regexp|smarthome|smooth|speller|suspend|tabsize|tempfile|view|whitespace)"
+#color cyan "^ *(set|unset) +(autoindent|backup|backupdir|brackets|const|cut|fill|historylog|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|punct|quotestr|rebinddelete|regexp|smarthome|smooth|speller|suspend|tabsize|tempfile|view|whitespace)"
#color green "^ *(set|unset|syntax)\>"
## colors
#color yellow "^ *color +(bright)?(white|black|red|blue|green|yellow|magenta|cyan)(,(white|black|red|blue|green|yellow|magenta|cyan))?\>"
@item Backup File Toggle (Meta-B)
toggles the -B (@code{--backup}) command line flag.
-@item Multiple Files Toggle (Meta-F)
+@item Multiple File Buffers Toggle (Meta-F)
toggles the -F (@code{--multibuffer}) command line flag.
@item Backup File Toggle (Meta-H)
toggles the -A (@code{--smarthome}) command line flag.
-@item AutoIndent Toggle (Meta-I)
+@item Auto Indent Toggle (Meta-I)
toggles the -i (@code{--autoindent}) command line flag.
@item Cut To End Toggle (Meta-K)
@item Mouse Toggle (Meta-M)
toggles the -m (@code{--mouse}) command line flag.
+@item More Space Toggle (Meta-O)
+toggles the -O (@code{--morespace}) command line flag.
+
@item Smooth Scrolling Toggle (Meta-S)
toggles the -S (@code{--smooth}) command line flag.