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