Skip to content
  • rswindell's avatar
    sbbs_t::yesno() and noyes() and their JS equivalents (console.yesno/noyes) · 07f31378
    rswindell authored
    now accept an optional print-mode (a.k.a. pmode) argument to provide more
    control over the printing that happens in these functions/methods.
    The immediate use is for P_NOCRLF to stop the newline from being printed
    after a yes or no response (e.g. in a full-screen UI), but there could be other
    uses.
    07f31378