Display.write

Writes a line. if string has more characters than there is space for, extra characters will be ignored. Tab character is converted to a single space character

  1. void write(dstring str, Color fg, Color bg)
    class Display
    void
    write
    (
    dstring str
    ,,)
  2. void write(dstring str)
  3. uinteger _width;
  4. uinteger _height;

Meta