TermWrapper.put

writes a character ch at a position (x, y)

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

Meta