Skip to content
Snippets Groups Projects
  1. Apr 30, 2019
  2. Apr 29, 2019
  3. Apr 28, 2019
  4. Apr 26, 2019
    • nightfox's avatar
      Added configurable options for the message score colors for the message list:... · 62a5db2d
      nightfox authored
      Added configurable options for the message score colors for the message list: msgListScoreColor, msgListToUserScoreColor, msgListFromUserScoreColor, and msgListScoreHighlightColor.  Incremented version to 1.20.
      62a5db2d
    • rswindell's avatar
      Fix: your-message scan of groups and all subs: skip subs not included in · 244f47b8
      rswindell authored
      the user's your-scan config (&S using the default shell) even when
      "Display subjects only" was confirmed. Previously, when only subjects were
      shown, all subs were scanned regardless of user config.
      Bug reported by John Hiemenz, thanks!
      244f47b8
    • rswindell's avatar
      c91c048e
    • nightfox's avatar
      Version 1.19: If the terminal size is wide enough (at least 86 characters),... · c0bb0664
      nightfox authored
      Version 1.19: If the terminal size is wide enough (at least 86 characters), the overall vote scores for the messages  is now displayed in the message list.  Also, fixed a bug introduced in the previous version where the vote scores were no longer being displayed when reading a message.  It's no longer using MsgBase.get_index() and uses get_all_msg_headers(), as before, since that's what is required for message tallies to be included in the message headers.
      c0bb0664
    • rswindell's avatar
      Added support for PCBoard @ macros: · b437da19
      rswindell authored
      - DELAY:nn (delay nn 10ths of a second)
      - POS:nn (move cursor to position nn, not sure if nn is 0 or 1-based)
      - CLREOL (same as CLR2EOL)
      - YESCHAR (the character/key for "Yes", from text.dat YNQP string)
      - NOCHAR (the character/key for "No', from text.dat YNQP string)
      
      and for good measure:
      - QUITCHAR (the character/key for "Quit") - not supported by PCBoard
      b437da19
Loading