nano

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

commit b299a6a0d9f3c0b453482b7c2a51eecf221a7aee
parent bc8b7d74ebc494c5f69b826100d62fd1c4769dc8
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 15 Nov 2005 20:32:18 +0000

cosmetic fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3180 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 @@ -393,8 +393,8 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool /* We've definitely found something. */ openfile->current = fileptr; openfile->current_x = current_x_find; - openfile->current_y = current_y_find; openfile->placewewant = xplustabs(); + openfile->current_y = current_y_find; /* needle_len holds the length of needle. */ if (needle_len != NULL)