]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
added newtRedrawHelpLine()
authorewt <ewt>
Wed, 21 Aug 1996 15:19:24 +0000 (15:19 +0000)
committerewt <ewt>
Wed, 21 Aug 1996 15:19:24 +0000 (15:19 +0000)
newt.h

diff --git a/newt.h b/newt.h
index ab4cb7f4f98b87e7dbbebb92cb304b3c27cbc7dd..42c8fdabb417e62a358a0f0b26dcfbecf24a775b 100644 (file)
--- 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);