nano

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

commit 139dc4a844de77eb64e190f7de952f354c4b6c4d
parent a0283b771076f8849f2e29e53089f100dceee520
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  4 Jul 2006 13:54:34 +0000

add another missing comment


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

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

diff --git a/src/browser.c b/src/browser.c @@ -816,6 +816,7 @@ bool findnextfile(bool no_sameline, size_t begin, const char *needle) /* The location in the current file list of the match we * find. */ const char *filetail = tail(filelist[currselected]); + /* The filename we display, minus the path. */ const char *rev_start = filetail, *found = NULL; #ifndef NANO_TINY