Screen (gb.ncurses)
Represents the physical screen in Ncurses
Deze klasse kan gebruikt worden als een object door een verborgen instantie op verzoek te creƫren.
Deze klasse is niet creƫerbaar.
Statische eigenschappen
Cursor
|
Sets the cursor mode, must be between 0 and 2
|
Echo
|
Echo the input characters modes 0 or 1
|
H
|
Returns the number of lines on the screen
|
Height
|
Returns the number of lines on the screen
|
Input
|
Sets the input mode for the screen
|
W
|
Returns the number of characters(width) displayed on the screen
|
Width
|
Returns the number of characters(width) displayed on the screen
|
Statische methode
Beep
|
Let the terminal beep
|
Flash
|
Turn Screen to reverse video and wait a short interval then turn it back
|
Refresh
|
Rewrite the physical screen for the screen buffer.
|
Resize
|
Resize the screen to number of characters across(width)
and number of characters down(height)
|
Resume
|
Resume screen updates after suspend
|
Suspend
|
Stop screen's automatic updates
|
Gebeurtenissen
Resize
|
Called when a screen is resized
|