Skip to content
Snippets Groups Projects
  1. Apr 26, 2019
    • 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
    • rswindell's avatar
      Added support for PCBoard @ macros QOFF and QON: · eff11383
      rswindell authored
      QOFF - user cannot abort the display of the file
      QON - user can abort the display of the file
      eff11383
  2. Apr 25, 2019
  3. Apr 24, 2019
  4. Apr 23, 2019
  5. Apr 22, 2019
    • rswindell's avatar
      A simple script to display a user's avatar somewhere on the terminal screen. · 7d9f8cf2
      rswindell authored
      The default user is the current user. If a different user's avatar is to be
      shown, the user number must be passed on the command-line. Other command-line
      options supported:
        -draw  = use the Graphic.draw() method to display anywhere (requires ANSI)
        -top   = display the avatar at the top of the screen
        -right = display the avatar at the right edge of the screen
        -above = display the avatar above the current cursor position
      
      The -top/right/above options imply "draw", and all require ANSI support.
      The default display method is to simply "show" the avatar (not draw) and that
      does not require ANSI support, but can only display the avatar at the current
      cursor location, left-justified.
      7d9f8cf2
    • rswindell's avatar
      Remove the deprecated '-i' option (alias for -if). · 4b026403
      rswindell authored
      Don't allow the use of -if, -ix, -ic options when not a *nix build.
      4b026403
  6. Apr 19, 2019
  7. Apr 17, 2019
  8. Apr 16, 2019
    • rswindell's avatar
      Better support for terminals > 80 columns wide: · 46181c50
      rswindell authored
      Don't use a hard-coded value of 76 for word_wrap length argument.
      Don't use the default length of 79 for the quote_msg() call.
      Display a full bar across the screen for the quote window separator
      46181c50
    • rswindell's avatar
      Add a new quotewrap_cols setting for external editors, default is 0 (current · a927b8a2
      rswindell authored
      terminal width) - only used when the QUOTEWRAP option is set. Common values:
      0 - current behavior, wrap the quote file to the current terminal width
      80 - wrap 80 columns specifically (actually, 79)
      9999 - unwrap to long lines (one line per paragraph)
      a927b8a2
    • rswindell's avatar
      Add a new quotewrap_cols setting for external editors, default is 0 (current · 127e0b6e
      rswindell authored
      terminal width) - only used when the QUOTEWRAP option is set. Common values:
      0 - current behavior, wrap the quote file to the current terminal width
      80 - wrap 80 columns specifically (actually, 79)
      9999 - unwrap to long lines (one line per paragraph)
      
      Actually, previously it was wrapping to current terminal width minus 4 when
      QUOTEWRAP was enabled. Now, make that current terminal width minus 1
      (when quotewrap_cols is set to 0).
      127e0b6e
  9. Apr 15, 2019
  10. Apr 12, 2019
  11. Apr 11, 2019
Loading