Commit 2ad0f6c0 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

- search.c:do_gotoline() - Don't call blank_statusbar_refresh() so if there's...

- search.c:do_gotoline() - Don't call blank_statusbar_refresh() so if there's an error returned in multibuffer mode, we can actually see it


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1364 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
......@@ -178,6 +178,9 @@ Changes
so that functions only used with tab completion are properly
#ifdef'ed out. (DLR)
- search.c:
do_gotoline()
- Don't call blank_statusbar_refresh() so if there's an error
returned in multibuffer mode, we can actually see it.
do_search()
- Remove erroneously introduced near-duplicate call to
update_history(). (DLR)
......
......@@ -780,7 +780,6 @@ int do_gotoline(int line, int save_pos)
edit_update(current, CENTER);
placewewant = 0;
goto_abort();
blank_statusbar_refresh();
return 1;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment