Skip to content
Snippets Groups Projects
  1. Feb 08, 2025
  2. Feb 06, 2025
    • Deucе's avatar
      Update prestel unicode tables for new font layout · da951220
      Deucе authored
      Pasting mosaics won't work properly, but it wouldn't anyway, so I'm
      not too worried about it.
      
      Also, I can't seem to find anything I can paste separated mosaics
      into, but that may just be due to Unicode 16 being so new.
      da951220
    • Deucе's avatar
      Fix handling of translated blast-through mosaics · 848602f4
      Deucе authored
      Since we're translating in ch[0], don't use buf[j] for mosaic or
      we'll lose the translation we just did.
      848602f4
    • Deucе's avatar
      Fix mappings in Beeb and Prestel modes · a2852408
      Deucе authored
      In Beeb mode, receiving the byte on the left prints the one
      on the right:
      
      # -> #
      _ -> —
      ` -> £
      
      In Prestel:
      # -> £
      _ -> #
      ` -> —
      
      Keyboard mappings adjusted so what you press is what you see.
      a2852408
    • Deucе's avatar
      8379c120
    • Deucе's avatar
      Split Prestel from Beeb emulation parsing, add VDU 7, 23, and 31 · ac68809c
      Deucе authored
      Prestel and Beeb emulations are different enough that using a shared
      switch statement doesn't really make sense.
      
      This adds Mode 7 support for VDU commands 7 (beep), 23 (cursor only),
      and 31 (move to X/Y, 0-based).
      
      The rest of the unsupported commands don't seem overly useful in a
      BBS context (disable/enable output) or I don't want to deal with
      documenting and implementing ("Page mode").
      ac68809c
    • Rob Swindell's avatar
      Update for SyncTERM 1.5 and Inno Setup 6 · 7c3b5ae2
      Rob Swindell authored
      Address warnings from Inno Setup 6, indluding support for both
      "administrative" and "non administrative" install modes (!).
      
      This means, if you have not installed SyncTERM previously, you should have an
      option to install for "All users" (requiring administrative rights) or
      "Just You".
      
      When installing in non-administrative mode ("Just You"), the program will be
      installed in your user "Programs" folder, e.g.
       C:\Users\<yourname>\AppData\Local\Programs\SyncTERM
      
      If you previously installed SyncTERM in the common "Program Files" or
      "Program File (x86)" directories (which assuming administrative mode, the
      only install mode previously), then the installer will install again to
      that same location (and require administrative access).
      
      I'm still including a syncterm.lst download option (using curl.exe) because
      the Web List feature is not working so great in v1.5. That option should
      go away in the next release.
      7c3b5ae2
    • Rob Swindell's avatar
      CriticalErrors update · 06040dba
      Rob Swindell authored
      06040dba
    • Deucе's avatar
      9168bfa2
    • Deucе's avatar
      Mode 7 terminals (ie: Commstar) do not support cursor control · d6315867
      Deucе authored
      Specifically, \x11 is not cursor on, and \x14 is not cursor off.
      d6315867
  3. Feb 05, 2025
  4. Feb 04, 2025
Loading