nano

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

commit 1c307bc1be2906f10f7a4430f7603a3c620fb064
parent 7abddbd752810a5370243f5fe493efa0d654cc28
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 26 Jan 2023 15:01:08 +0100

docs: add a clarifying note to the description of --tabstospaces

Diffstat:
Mdoc/nano.1 | 1+
Mdoc/nano.texi | 2++
Mdoc/nanorc.5 | 1+
3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/nano.1 b/doc/nano.1 @@ -112,6 +112,7 @@ nanorc file. See \fBnanorc\fR(5). .BR \-E ", " \-\-tabstospaces Convert each typed tab to spaces -- to the number of spaces that a tab at that position would take up. +(Note: pasted tabs are not converted.) .TP .BR \-F ", " \-\-multibuffer Read a file into a new buffer by default. diff --git a/doc/nano.texi b/doc/nano.texi @@ -406,6 +406,7 @@ nanorc file. @xref{@code{set keycolor}} for details. @itemx --tabstospaces Convert each typed tab to spaces --- to the number of spaces that a tab at that position would take up. +(Note: pasted tabs are not converted.) @item -F @itemx --multibuffer @@ -1140,6 +1141,7 @@ greater than 0. The default value is @t{8}. @item set tabstospaces Convert each typed tab to spaces --- to the number of spaces that a tab at that position would take up. +(Note: pasted tabs are not converted.) @item set titlecolor [bold,][italic,]@var{fgcolor},@var{bgcolor} Use this color combination for the title bar. diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -335,6 +335,7 @@ greater than 0. The default value is \fB8\fR. .B set tabstospaces Convert each typed tab to spaces -- to the number of spaces that a tab at that position would take up. +(Note: pasted tabs are not converted.) .TP .B set titlecolor \fR[\fBbold,\fR][\fBitalic,\fR]\fIfgcolor\fB,\fIbgcolor\fR Use this color combination for the title bar.