docs: mention that --morespace and --smooth are obsolete and ignored
parent
cb7c8255f4
commit
3270250184
12
doc/nano.1
12
doc/nano.1
|
@ -109,6 +109,7 @@ mouse support.
|
||||||
.TP
|
.TP
|
||||||
.BR \-L ", " \-\-nonewlines
|
.BR \-L ", " \-\-nonewlines
|
||||||
Don't automatically add a newline when a file does not end with one.
|
Don't automatically add a newline when a file does not end with one.
|
||||||
|
(This is the default.)
|
||||||
.TP
|
.TP
|
||||||
.BR \-M ", " \-\-trimblanks
|
.BR \-M ", " \-\-trimblanks
|
||||||
Snip trailing whitespace from the wrapped line when automatic
|
Snip trailing whitespace from the wrapped line when automatic
|
||||||
|
@ -118,7 +119,9 @@ hard-wrapping occurs or when text is justified.
|
||||||
Disable automatic conversion of files from DOS/Mac format.
|
Disable automatic conversion of files from DOS/Mac format.
|
||||||
.TP
|
.TP
|
||||||
.BR \-O ", " \-\-morespace
|
.BR \-O ", " \-\-morespace
|
||||||
Use the blank line below the title bar as extra editing space.
|
Obsolete and ignored option, since the line below the title bar is included
|
||||||
|
into the editing space by default. If you prefer to keep this line blank,
|
||||||
|
use \fB\-e\fR or \fB\-\-emptyline\fR.
|
||||||
.TP
|
.TP
|
||||||
.BR \-P ", " \-\-positionlog
|
.BR \-P ", " \-\-positionlog
|
||||||
For the 200 most recent files, log the last position of the cursor,
|
For the 200 most recent files, log the last position of the cursor,
|
||||||
|
@ -141,8 +144,9 @@ Restricted mode can also be activated by invoking \fBnano\fP
|
||||||
with any name beginning with 'r' (e.g. "rnano").
|
with any name beginning with 'r' (e.g. "rnano").
|
||||||
.TP
|
.TP
|
||||||
.BR \-S ", " \-\-smooth
|
.BR \-S ", " \-\-smooth
|
||||||
Use smooth scrolling: text will scroll line-by-line, instead of the
|
Obsolete and ignored option, since smooth scrolling has become the default.
|
||||||
usual chunk-by-chunk behavior.
|
If you prefer the chunk-by-chunk scrolling behavior,
|
||||||
|
use \fB\-j\fR or \fB\-\-jumpyscrolling\fR.
|
||||||
.TP
|
.TP
|
||||||
.BR \-T\ \fInumber ", " \-\-tabsize= \fInumber
|
.BR \-T\ \fInumber ", " \-\-tabsize= \fInumber
|
||||||
Set the size (width) of a tab to \fInumber\fP columns. The value of
|
Set the size (width) of a tab to \fInumber\fP columns. The value of
|
||||||
|
@ -269,7 +273,7 @@ unless \fB--restricted\fR is given too.
|
||||||
.TP
|
.TP
|
||||||
.BR \-w ", " \-\-nowrap
|
.BR \-w ", " \-\-nowrap
|
||||||
Do not automatically hard-wrap the current line when it becomes overlong.
|
Do not automatically hard-wrap the current line when it becomes overlong.
|
||||||
This is the default.
|
(This is the default.)
|
||||||
.TP
|
.TP
|
||||||
.BR \-x ", " \-\-nohelp
|
.BR \-x ", " \-\-nohelp
|
||||||
Don't show the two help lines at the bottom of the screen.
|
Don't show the two help lines at the bottom of the screen.
|
||||||
|
|
|
@ -200,6 +200,7 @@ mouse support.
|
||||||
@item -L
|
@item -L
|
||||||
@itemx --nonewlines
|
@itemx --nonewlines
|
||||||
Don't automatically add a newline when a file does not end with one.
|
Don't automatically add a newline when a file does not end with one.
|
||||||
|
(This is the default.)
|
||||||
|
|
||||||
@item -M
|
@item -M
|
||||||
@itemx --trimblanks
|
@itemx --trimblanks
|
||||||
|
@ -212,7 +213,9 @@ Disable automatic conversion of files from DOS/Mac format.
|
||||||
|
|
||||||
@item -O
|
@item -O
|
||||||
@itemx --morespace
|
@itemx --morespace
|
||||||
Use the blank line below the title bar as extra editing space.
|
Obsolete and ignored option, since the line below the title bar is included
|
||||||
|
into the editing space by default. If you prefer to keep this line blank,
|
||||||
|
use @option{-e} or @option{--emptyline}.
|
||||||
|
|
||||||
@item -P
|
@item -P
|
||||||
@itemx --positionlog
|
@itemx --positionlog
|
||||||
|
@ -239,8 +242,9 @@ any name beginning with @code{r} (e.g.@: @command{rnano}).
|
||||||
|
|
||||||
@item -S
|
@item -S
|
||||||
@itemx --smooth
|
@itemx --smooth
|
||||||
Enable smooth scrolling. Text will scroll line-by-line, instead of the
|
Obsolete and ignored option, since smooth scrolling has become the default.
|
||||||
usual chunk-by-chunk behavior.
|
If you prefer the chunk-by-chunk scrolling behavior,
|
||||||
|
use @option{-j} or @option{--jumpyscrolling}.
|
||||||
|
|
||||||
@item -T @var{number}
|
@item -T @var{number}
|
||||||
@itemx --tabsize=@var{number}
|
@itemx --tabsize=@var{number}
|
||||||
|
@ -406,7 +410,7 @@ file permissions to implement a read-only file.)
|
||||||
@item -w
|
@item -w
|
||||||
@itemx --nowrap
|
@itemx --nowrap
|
||||||
Do not automatically hard-wrap the current line when it becomes overlong.
|
Do not automatically hard-wrap the current line when it becomes overlong.
|
||||||
This is the default.
|
(This is the default.)
|
||||||
|
|
||||||
@anchor{Expert Mode}
|
@anchor{Expert Mode}
|
||||||
@item -x
|
@item -x
|
||||||
|
|
Loading…
Reference in New Issue