Skip to content
Snippets Groups Projects
  1. Aug 22, 2015
  2. Aug 21, 2015
    • echicken's avatar
      Added Frame.dump, Display.dump, because everybody needs to take a dump now · bbfaecc9
      echicken authored
      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.
      bbfaecc9
Loading