Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: ClsChapter 19
Win32 Modules and Extensions
Next: Reference: Display
 

Cursor

$cons->Cursor([x, y, size, visible])

Gets or sets cursor position and appearance. Returns undef on error, or a four-element list containing: x, y, size, visible. x and y give the current cursor position.


Previous: Reference: ClsPerl in a NutshellNext: Reference: Display
Reference: ClsBook IndexReference: Display