nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 2e46cc11e5268303d690a39ae49dcaed0bca833b
parent f9e9464658dbc6b867d391003ce120d68ab6a054
Author: Chris Allegretta <chrisa@asty.org>
Date:   Fri, 14 Jun 2013 02:31:38 +0000

2013-06-13 Kamil Dudka <kdudka@redhat.com>
        * doc/man/nano.1 - Actually document the -P (--poslog) option.  



git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4578 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
Mdoc/man/nano.1 | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +2013-06-13 Kamil Dudka <kdudka@redhat.com> + * doc/man/nano.1 - Actually document the -P (--poslog) option. + 2013-04-12 Chris Allegretta <chrisa@asty.org> * src/files.c (do_insertfile): Check for saved cursor position when inserting a file as well. Fixes Savannah bug 38600 reported by Craig Barnes. diff --git a/doc/man/nano.1 b/doc/man/nano.1 @@ -102,6 +102,9 @@ Disable automatic conversion of files from DOS/Mac format. .B \-O (\-\-morespace) Use the blank line below the titlebar as extra editing space. .TP +.B \-P (\-\-poslog) +Log & read location of cursor position. +.TP .B \-Q \fIstr\fP (\-\-quotestr=\fIstr\fP) Set the quoting string for justifying. The default is "\fI^([\ \\t]*[#:>\\|}])+\fP" if extended regular expression support is