Skip to content
  • Rob Swindell's avatar
    Add/use a general pause() routine with a configurable duration · d81f6e81
    Rob Swindell authored
    By default, just use console.pause() (the "hit a key" prompt), but
    if [msglist] pause is set to a delay duration (in seconds, fractions
    supported), then delay instead. If pause is set to false, don't delay
    or pause.
    
    Do the delay/pause thing after posting messages too (not just email).
    d81f6e81