mvwaddch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int mvwaddch(W* win, N y, N x, C ch)
    extern (C) @nogc nothrow
    int
    mvwaddch
    (
    W : WINDOW
    N : int
    C : chtype
    )
    (
    W* win
    ,
    N y
    ,
    N x
    ,
    C ch
    )
  2. int mvwaddch(W* win, N y, N x, C ch)

Meta