mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
newt wrapper -- noch
This commit is contained in:
parent
669735779f
commit
8d73a74432
2 changed files with 23 additions and 1 deletions
|
|
@ -67,6 +67,14 @@ BEGIN
|
|||
newtResizeScreen(redraw);
|
||||
END ResizeScreen;
|
||||
|
||||
PROCEDURE -newtRefresh()
|
||||
"newtRefresh()";
|
||||
|
||||
PROCEDURE Refresh*();
|
||||
BEGIN
|
||||
newtRefresh();
|
||||
END Refresh;
|
||||
|
||||
PROCEDURE -newtWaitForKey()
|
||||
"newtWaitForKey()";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue