Deinitializes the screen.
closescr()
Raise |
|
Closes the screen.
Initializes the screen.
initscr( [flags] )
flags | Initialization params. | ||
Raise |
|
Initializes the screen.
Write teletype a given string.
ttString( str )
str | The string to be written. |
Writes a string on the screen and advaces the position of the logical cursor.