Skip to content
Snippets Groups Projects
  1. Jan 14, 2025
  2. Jun 29, 2023
    • Rob Swindell's avatar
      Fix GCC warning · e4e73a25
      Rob Swindell authored
      warning: format not a string literal and no format arguments [-Wformat-security]
      <nelgin> gcc version 9.4.0
      e4e73a25
  3. Jun 18, 2023
  4. Apr 25, 2021
  5. Apr 24, 2021
  6. Aug 16, 2020
  7. May 09, 2020
  8. Apr 20, 2020
  9. Aug 05, 2019
    • rswindell's avatar
      New options: · 2cb099b3
      rswindell authored
       -<columns> insert conditional-newlines to force wrap (e.g. -80)
       -newline   append a newline (CRLF) sequence to the output filea
      
      The -<columns> option allows you to take "80-column ANSIs", artwork which
      uses 80 columns and assumes the cursor will wrap to the next line
      automatically, and insert Ctrl-A/ (conditional-newline) which allows the
      file to be viewed nicely on wider terminals. Very cool.
      
      Also added -newline (which can be used multiple times) to append one
      (or more) newline sequences to the output file.
      
      Use uppercase for Ctrl-AN and Ctrl-AL when -clear is used.
      2cb099b3
    • rswindell's avatar
      Add '-space' option to use space characters for cusor-right movement. · 36013131
      rswindell authored
      Ctrl-A/0x80+ is no longer supported in message nets (by my decree) so just
      use spaces for ultimate compatibility. Synchronet's .asc/.msg file display
      routines (e.g. putmsg) will still display Ctrl-A/0x80+ codes just fine.
      36013131
  10. Jan 11, 2019
    • rswindell's avatar
      Stop parsing/converting when reading a Ctrl-Z (CPM EOF char): used to mark · 367077dd
      rswindell authored
      the beginning of a SAUCE record and the end of very old MS-DOS text files.
      Added support for ESC[1;1f/H (home cursor) and ESC[0J (clear to EOS) sequences
      (converted to the equivalent in Ctrl-A codes).
      Output Ctrl-A characters in uppercase, as they were documented and as is
      common practice.
      Covert ESC[xB and ESC[xD to the appropriate Ctrl-A sequences rather than
      converting to ASCII ctrl chars (CR, LF, BS).
      367077dd
  11. Oct 18, 2017
  12. Nov 25, 2015
  13. Jan 05, 2014
  14. Sep 21, 2009
  15. Sep 20, 2009
  16. Feb 16, 2009
  17. May 09, 2006
  18. Sep 19, 2003
  19. Apr 02, 2003
Loading