nano

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

commit 557d8131ca02d2aea5438c9ee758b208549f6348
parent 89fd11109d43c1a4295b8a480093988b4a7ec6f3
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 16 Oct 2021 13:00:19 +0200

docs: prevent a black square in the PDF after the long synopsis line

Also, prevent an unwanted break in a keystroke.

Diffstat:
Mdoc/nano.texi | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -21,9 +21,9 @@ The complete manual for the GNU nano text editor. * nano: (nano). Small and friendly text editor. @end direntry -@c tex -@c \overfullrule=0pt -@c end tex +@comment Prevent the black square at the end of an overlong line. +@finalout + @titlepage @title GNU @command{nano} @@ -1891,7 +1891,7 @@ Exclude support for syntax coloring. This also eliminates the @option{-Y} command-line option, which allows choosing a specific syntax. @item --disable-comment -Exclude the single-keystroke comment/uncomment function (@kbd{M-3}). +Exclude the single-keystroke comment/uncomment function (@w{@kbd{M-3}}). @item --disable-extra Exclude the Easter egg: a crawl of major contributors.