Window.Get (gb.ncurses)
Function Get ( [ X As Integer, Y As Integer, Len As Integer ] ) As String
Return the string starting at
X,
Y. If
Len is omitted, this function returns the entire line. If
Len is given, the
Window is treated as if it was linear memory. This means that if
Len goes beyond the line length, the function operates on any sebsequent lines.