summaryrefslogtreecommitdiff
path: root/lib/libform
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>1997-09-23 00:19:20 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>1997-09-23 00:19:20 +0000
commit8d7705af9d852c8d61bef3f88e7c0546f7a5939b (patch)
tree11d1e2b895937923e95d98ac2d881e5ac179a2a0 /lib/libform
parent60c917af1be71e4f6fe743e0586d4f67f9d3db8e (diff)
Hack for a display bug in libform.
Diffstat (limited to 'lib/libform')
-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);
}