Window.addstr

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addstr(int y, int x, String str, Range attrs, OOB onOOB)
  2. void addstr(String str, Range attrs, OOB onOOB)
  3. void addstr(int y, int x, String str, A attr, OOB onOOB)
    class Window
    void
    addstr
    (
    String
    A : chtype
    )
    (
    int y
    ,
    int x
    ,
    String str
    ,,)
    if (
    isString!String
    )
  4. void addstr(String str, A attr, OOB onOOB)

Meta