nano

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

commit 49c85d076cdc3e8813a181d5e6ff5fa7c74de779
parent 015c434be1d3741430a6205f3df43062c268cf1a
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  4 Jul 2006 23:05:27 +0000

comment fix


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

Diffstat:
Msrc/browser.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/browser.c b/src/browser.c @@ -676,7 +676,7 @@ void browser_refresh(void) col = 0; /* Set the number of columns to display the list in, if - * necessary, so that we don't divide by zero. */ + * necessary. */ if (width == 0) width = filecols; }