Cosmetics: edit_line() does standend() when done;

This commit is contained in:
Poul-Henning Kamp 1994-11-05 03:59:34 +00:00
parent 4c78915acc
commit 21bd442d86
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ edit_line(WINDOW *window, int y, int x, char *field, int width, int maxlen)
else else
waddch(window, ' '); waddch(window, ' ');
wmove(window, y, x + curpos); wmove(window, y, x + curpos);
wstandend(window);
field[len] = 0; field[len] = 0;
wrefresh(window); wrefresh(window);
return (key); return (key);