page_up()
- Rewritten with a loop to make screen updates work when
mark is set (fixes bug #59).
+- nano.1:
+ - Added the missing -r flag (Jordi).
- nano.c:
do_alt_speller()
- Reposition cursor on same line as before ^T was called (Rocco)
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH NANO 1 "December 2, 2000"
+.TH NANO 1 "April 30, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
.B \-c (\-\-const)
Constantly show the cursor position.
.TP
-.B \-k (\-\-cut)
-Enable cut from cursor to end of line with ^K.
-.TP
.B \-i (\-\-autoindent)
Indent new lines to the previous line's indentation. Useful when editing
source code.
.TP
+.B \-k (\-\-cut)
+Enable cut from cursor to end of line with ^K.
+.TP
.B \-l (\-\-nofollow)
If the file being edited is a symbolic link, replace the link with a
a new file, do not follow it. Good for editing files in /tmp perhaps?
at the bottom of the screen, as well as the display and entry of previous
search and replace strings.
.TP
+.B \-r (\-\-fill)
+Wrap lines at column #cols. By default this is the width of the screen,
+less eight.
+.TP
.B \-s (\-\-speller)
Enable alternative spell checker command.
.TP