Screen (gb.ncurses)

Represents the physical screen in Ncurses

Questa classe può essere usata come un oggetto creando un istanza nascosata a richiesta.

Questa classe non è creabile.

Proprietà statiche
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

Metodi statici
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

Eventi
Resize   Called when a screen is resized