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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4147

View File

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