Skip to content
Snippets Groups Projects
  1. Apr 23, 2019
  2. 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
  3. Apr 19, 2019
  4. Apr 17, 2019
  5. 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
  6. Apr 15, 2019
  7. Apr 12, 2019
  8. Apr 11, 2019
  9. Apr 10, 2019
Loading