nano

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

commit da72453859733296f49cbcb0465bd58e73acae2c
parent 203026c632aa8ec58a567b8079a35fd5ebdece1c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 15 Jun 2005 19:15:14 +0000

add missing blank lines


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

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

diff --git a/src/search.c b/src/search.c @@ -754,12 +754,15 @@ ssize_t do_replace_loop(const char *needle, const filestruct FALSE); curs_set(0); + do_replace_highlight(TRUE, exp_word); i = do_yesno(TRUE, _("Replace this instance?")); do_replace_highlight(FALSE, exp_word); + free(exp_word); + curs_set(1); if (i == -1) { /* We canceled the replace. */