Hmmm... have a look at Win32::Console I don't know about any non MS platforms though..
I found something like
# Get position only ($x, $y) = $CONSOLE->Cursor();
Further to that
Info
Returns an array of informations about the console (or undef on errors), which contains:
See also: Attr, Cursor, Size, Window, MaxWindow.
Example:
Hope that helps -----@info = $CONSOLE->Info(); print "Cursor at $info[3], $info[4].\n";
In reply to Re: Current Console Row
by AcidHawk
in thread Current Console Row
by arunhorne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |