6.2Functions

closescr

Deinitializes the screen.

closescr()
Raise
ConioError on deinitialization failed.

Closes the screen.

initscr

Initializes the screen.

initscr( [flags] )
flags Initialization params.
Raise
ConioError on initialization failed.

Initializes the screen.

ttString

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.

Made with http://www.falconpl.org