-
- Downloads
Added Frame.dump, Display.dump, because everybody needs to take a dump now
and then. Frame.dump returns a 2D array of [row[[column]]] data representing what is visible in the terminal at the moment. If a given y,x location has no data, [y][x] is left undefined. If more than one frame has data at a given location, the topmost frame's data is returned. Data from frames beneath non-transparent frames will not be returned.
Please register or sign in to comment