6. Create a new window

[<<<] [>>>]

WindowHandle = newwin(X, Y, Width, Height)

Creates a new window with specified dimensions and returns its handle. Returns 0 in case of error. Window handles are small integers starting from 1.


[<<<] [>>>]