Skip to content
Snippets Groups Projects
  1. Jan 11, 2019
    • rswindell's avatar
      Add missing (but rarely used) Ctrl-A sequences: · 9a0faf76
      rswindell authored
      Ctrl-AJ (clear to EOS)
      Ctrl-A` (home cursor)
      9a0faf76
    • rswindell's avatar
      A partial retraction of the Ctrl-AZ interpretation changes introduced on · b2412964
      rswindell authored
      Oct-14-2018:
      It turns out, PabloDraw actually inserts a Ctrl-AZ sequence at the end of .msg
      (and presumably Synchronet .asc) files it edits - before the SAUCE record.
      This resulted in a printed Ctrl-Z character (arrow pointing right) in most
      terminals when viewing text/menu files created or edited with PabloDraw. :-(
      So, now Ctrl-AZ (uppercase) will revert to the previous definition:
      premature end-of-file (EOF)
      and a Ctrl-Az (lowercase) will output a Ctrl-Z (substitute) character.
      I'm not a big fan of case-sensitive Ctrl-A codes, but frankly, running out of
      chars and I already started this pattern with the Ctrl-AF/f sequences.
      Hopefully there's no existing software that is/was putting Ctrl-Az (lowercase)
      in files, expecting that to trigger a premature EOF. I certainly was not.
      b2412964
  2. Jan 10, 2019
  3. Oct 15, 2018
  4. Feb 20, 2018
  5. Jan 05, 2014
  6. Feb 16, 2009
    • rswindell's avatar
      Added support for Ctrl-AZ (EOF). · e049583f
      rswindell authored
      Fixed handling of Ctrl-A\x7F (invalid code).
      Ctrl-A\x80 now translates to <ESC>[C rather than <ESC>[1C.
      Ctrl-AL now translatest to <ESC>[2J<ESC>[H to more ANSI-correct.
      e049583f
  7. May 09, 2006
  8. Sep 19, 2003
  9. Apr 02, 2003
Loading