nano

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

commit 224b6d5b77ad23cfdb87d6f7cd65f435fe2a75c5
parent 5ee89c689831d727e1071408f868c14fdd7d51c1
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  2 Jul 2006 20:56:34 +0000

add missing comment


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

Diffstat:
Msrc/browser.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/browser.c b/src/browser.c @@ -476,6 +476,8 @@ void browser_init(const char *path, DIR *dir) filelist_len = i; rewinddir(dir); + /* Put 10 columns' worth of blank space between columns of filenames + * in the list whenever possible, as Pico does. */ longest += 10; filelist = (char **)nmalloc(filelist_len * sizeof(char *));