Screen.opIndex

Retrive the contents for a given address. This is taken from the backing draw buffer, and won't necessarily reflect what is displayed to the user until show is called.

  1. Cell opIndex(size_t x, size_t y)
    interface Screen
    ref
    Cell
    opIndex
    (
    size_t x
    ,
    size_t y
    )
  2. Cell opIndex(Coord pos)

Meta