summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-11-05 03:59:34 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-11-05 03:59:34 +0000
commit21bd442d86b6a87df12ed77522d578fe86a1183e (patch)
tree592ab8c90f316747beaa01e1e48628ee70ee5581 /sbin
parent4c78915acc8dca9fa766743ccfd9b38744ddeafe (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/ourcurses.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/sysinstall/ourcurses.c b/sbin/sysinstall/ourcurses.c
index 8e589dcfe58f..f6f8aecbf5d6 100644
--- a/sbin/sysinstall/ourcurses.c
+++ b/sbin/sysinstall/ourcurses.c
@@ -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);