From: ewt Date: Wed, 21 Aug 1996 15:19:24 +0000 (+0000) Subject: added newtRedrawHelpLine() X-Git-Tag: v0-9~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29551193a32e9bb4c18bfc6bf369c70fe060423;p=thirdparty%2Fnewt.git added newtRedrawHelpLine() --- diff --git a/newt.h b/newt.h index ab4cb7f..42c8fda 100644 --- a/newt.h +++ b/newt.h @@ -59,6 +59,7 @@ void newtPopWindow(void); void newtSetColors(struct newtColors colors); void newtRefresh(void); void newtPushHelpLine(char * text); +void newtRedrawHelpLine(void); void newtPopHelpLine(void); void newtDrawRootText(int row, int col, char * text);