Skip to content
Snippets Groups Projects
  1. Apr 28, 2019
    • rswindell's avatar
      Introduce a user setting (misc flag) which informs sbbs that the terminal · c187e140
      rswindell authored
      will be sending 0x7f (DEL) when the backspace key is struck: SWAP_DELETE
      For example, xterm sends 0x7f when backspace and hit and an ANSI escape
      sequence when the DEL key is hit.
      
      I don't yet have a way to *enable* this setting.
      
      Also, allow the user's setting of NO_EXASCII to take effect even when
      auto-terminal type detection is used (yes, the user's terminal can support
      ANSI and *not* CP437).
      c187e140
  2. Apr 26, 2019
  3. Apr 25, 2019
  4. Apr 23, 2019
  5. Apr 22, 2019
  6. Apr 17, 2019
  7. Apr 16, 2019
    • 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
  8. Apr 15, 2019
  9. Apr 12, 2019
  10. Apr 11, 2019
  11. Apr 10, 2019
  12. Apr 09, 2019
Loading