Screen.position

The position property is used when writing content to the screen when using the simpler write() API. The position will advance as content is written.

  1. Coord position [@property getter]
    interface Screen
    @property const @safe
    Coord
    position
    ()
  2. const(Coord) position [@property setter]

Meta