still more cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4184 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f3318a9c05
commit
a9c0000ada
|
@ -899,10 +899,9 @@ void update_statusbar_line(const char *curranswer, size_t index)
|
||||||
waddstr(bottomwin, expanded);
|
waddstr(bottomwin, expanded);
|
||||||
free(expanded);
|
free(expanded);
|
||||||
|
|
||||||
reset_statusbar_cursor();
|
|
||||||
|
|
||||||
wattroff(bottomwin, reverse_attr);
|
wattroff(bottomwin, reverse_attr);
|
||||||
|
|
||||||
|
reset_statusbar_cursor();
|
||||||
wnoutrefresh(bottomwin);
|
wnoutrefresh(bottomwin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3122,7 +3122,6 @@ void edit_refresh(void)
|
||||||
blank_line(edit, nlines, 0, COLS);
|
blank_line(edit, nlines, 0, COLS);
|
||||||
|
|
||||||
reset_cursor();
|
reset_cursor();
|
||||||
|
|
||||||
wnoutrefresh(edit);
|
wnoutrefresh(edit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue