nano

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

commit a9fcaa589a5da32c06c8b27ddbe8bff8f87a8e12
parent 1b525e9ad64f4d09f525c3efa28ea8b1eb7a0426
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 24 May 2004 02:58:05 +0000

comment fix


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

Diffstat:
Msrc/nano.c | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -2112,9 +2112,8 @@ int break_line(const char *line, int goal, int force) * the current paragraph or, if we're already there, the end of the next * paragraph. Afterwards, save the quote length, paragraph length, and * indentation length in *quote, *par, and *indent if they aren't NULL, - * and refresh the screen if do_refresh is nonzero. Return 0 if we - * found a paragraph, or 1 if there was an error or we didn't find a - * paragraph. + * and refresh the screen if do_refresh is TRUE. Return 0 if we found a + * paragraph, or 1 if there was an error or we didn't find a paragraph. * * To explain the searching algorithm, I first need to define some * phrases about paragraphs and quotation: