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)
    class Window
    void
    addstr
    (
    String
    Range
    )
    (
    int y
    ,
    int x
    ,
    String str
    ,
    Range attrs
    ,)
    if (
    isString!String &&
    )
  2. void addstr(String str, Range attrs, OOB onOOB)
  3. void addstr(int y, int x, String str, A attr, OOB onOOB)
  4. void addstr(String str, A attr, OOB onOOB)

Meta