Display.write

Writes a line. if string has more characters than there is space for, extra characters will be ignored. Each character is written in a 1 cell.

  1. void write(dstring str, Color fg, Color bg)
    class Display
    void
    write
    (
    dstring str
    ,,)
  2. void write(dstring str)

Meta