TermWrapper.write

writes a string at position (x, y) with fg as foreground and bg as background color

  1. void write(int x, int y, dstring str)
  2. void write(int x, int y, dstring str, Color fg, Color bg)
    class TermWrapper
    void
    write
    (
    int x
    ,
    int y
    ,
    dstring str
    ,,)

Meta