summaryrefslogtreecommitdiff
path: root/lib/libform/frm_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libform/frm_driver.c')
-rw-r--r--lib/libform/frm_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libform/frm_driver.c b/lib/libform/frm_driver.c
index 373588076ae..07bb76c1c4e 100644
--- a/lib/libform/frm_driver.c
+++ b/lib/libform/frm_driver.c
@@ -696,6 +696,7 @@ static int Refresh_Current_Field(FORM * form)
wsyncup(form->w);
}
}
+ wrefresh(form->w); /* Will this catch them all? --Toby. */
untouchwin(form->w);
return Position_Form_Cursor(form);
}