TermWrapper.put

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

  1. void put(int x, int y, dchar ch)
  2. void put(int x, int y, dchar ch, Color fg, Color bg)
    class TermWrapper
    void
    put
    (
    int x
    ,
    int y
    ,
    dchar ch
    ,,)

Meta