TermWrapper.put

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

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

Meta