newt wrapper -- noch

This commit is contained in:
Norayr Chilingarian 2015-02-22 01:56:44 +04:00
parent 669735779f
commit 8d73a74432
2 changed files with 23 additions and 1 deletions

View file

@ -67,6 +67,14 @@ BEGIN
newtResizeScreen(redraw);
END ResizeScreen;
PROCEDURE -newtRefresh()
"newtRefresh()";
PROCEDURE Refresh*();
BEGIN
newtRefresh();
END Refresh;
PROCEDURE -newtWaitForKey()
"newtWaitForKey()";