nano

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

commit 7291daabe30d3e74a3f31de07e7ba0ae50192b5b
parent d2edb8a538a60900531091d698dc147ee0e06081
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 13 Jun 2005 04:11:20 +0000

cosmetic fixes


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

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

diff --git a/src/search.c b/src/search.c @@ -415,9 +415,9 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool current_x_find > beginx #endif ) { - if (can_display_wrap) not_found_msg(needle); + return FALSE; }