nano

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

commit 30986db7088b118edf42f137bf7cb8a584a2e4bd
parent 1439016c20b6af70aae46412ebf9c8501289c82b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu,  6 Jul 2017 21:02:52 -0500

docs: mention that boldtext can be overridden also for function tags

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

diff --git a/doc/nano.texi b/doc/nano.texi @@ -675,9 +675,9 @@ Do backwards searches by default. @item set boldtext Use bold instead of reverse video for the title bar, status bar, key combos, -line numbers, and selected text. This can be overridden for the first four -by setting the options @code{titlecolor}, @code{statuscolor}, @code{keycolor}, -and @code{numbercolor}. +function tags, line numbers, and selected text. This can be overridden for +the first five by setting the options @code{titlecolor}, @code{statuscolor}, +@code{keycolor}, @code{functioncolor}, and @code{numbercolor}. @item set brackets "@var{string}" Set the characters treated as closing brackets when justifying diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -75,9 +75,9 @@ Do backwards searches by default. .TP .B set boldtext Use bold instead of reverse video for the title bar, status bar, key combos, -line numbers, and selected text. This can be overridden for the first four -by setting the options \fBtitlecolor\fP, \fBstatuscolor\fP, \fBkeycolor\fP, -and \fBnumbercolor\fP. +function tags, line numbers, and selected text. This can be overridden for +the first five by setting the options \fBtitlecolor\fP, \fBstatuscolor\fP, +\fBkeycolor\fP, \fBfunctioncolor\fP, and \fBnumbercolor\fP. .TP .B set brackets "\fIstring\fP" Set the characters treated as closing brackets when justifying