Window.getstr

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string getstr(int maxLength, bool echoChars)
  2. string getstr(bool echoChars)
  3. string getstr(bool delegate(wint_t) predicate, bool echoChars)
    class Window
    string
    getstr
    (
    bool delegate
    (
    wint_t
    )
    predicate
    ,
    bool echoChars = true
    )

Meta