newt wrapper -- noch

Former-commit-id: 8d73a74432
This commit is contained in:
Norayr Chilingarian 2015-02-22 01:56:44 +04:00
parent 566b2dd4f7
commit ebfcd163aa
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()";