Window.addch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addch(C ch)
  2. void addch(C ch, A attr)
  3. void addch(int y, int x, C ch)
    class Window
    void
    addch
    (
    C : cchar_t
    )
    (
    int y
    ,
    int x
    ,
    C ch
    )
  4. void addch(int y, int x, C ch, A attr)

Meta