Viewport.write

Writes a character at current position and move ahead

  1. bool write(dchar c, Color fg, Color bg)
    struct Viewport
    private public
    bool
    write
    (
    dchar c
    ,,)
  2. uint write(dstring s, Color fg, Color bg)

Return Value

Type: bool

false if outside writing area

Meta