Skip to content
Snippets Groups Projects
  1. Dec 02, 2024
  2. Dec 01, 2024
  3. Nov 30, 2024
  4. Nov 28, 2024
  5. Nov 27, 2024
    • Eric Oulashin's avatar
      DDMsgReader & SlyVote: WHen viewing polls, for the person who posted it, show... · b3177a8b
      Eric Oulashin authored
      DDMsgReader & SlyVote: WHen viewing polls, for the person who posted it, show who voted on what (mimicking the Synchronet behavior which shows new votes when the user logs in)
      b3177a8b
    • Deucе's avatar
      Re-order entry fields. · 1b4370c9
      Deucе authored
      This makes more sense.  Also, ones that are meaningless are hidden
      now.
      1b4370c9
    • Deucе's avatar
      The final fixings for issue 172 · 548763fd
      Deucе authored
      Use 0 for "no held mosaic" to avoid confusion around printable bytes.
      Store the state of the current cell *before* updating in fix_line()
      548763fd
    • Deucе's avatar
      Fix double-height drawing · d5d7762c
      Deucе authored
      Top/bottom detection was somewhat broken.
      Interestingly, now the previous commit isn't working anymore.
      So issue 172 is not quite fixed yet.
      d5d7762c
    • Deucе's avatar
      Fix up the Prestel "Engineering Test Page" rendering · 9ab3cfcb
      Deucе authored
      This was due to two main bugs... the simple one was a type where
      the cutoff between separated and contiguous mosaics was incorrect,
      which caused the first four separated mosaics to not be displayed.
      
      The second was due to a number of bugs in the Hold Mosaic
      implementation.
      
      This fixes the first half of issue 172.
      9ab3cfcb
    • Deucе's avatar
      Fix unicode -> Prestel mapping · ffab324a
      Deucе authored
      We want ASCII to map directly, and unicode values need to be sorted
      ascending for bsearch() to work properly.
      
      Fixes Prestel keyboard input not working in GDI mode.
      ffab324a
  6. Nov 26, 2024
    • Deucе's avatar
      Handle 8-bit C1 codes in Prestel mode · df71fae5
      Deucе authored
      If the remote sends 8-bit C1 codes, handle them as though they were
      properly escaped.  Since Prestel terminals are 7-bit, these will
      never be sent by a proper Pretel system, but apparently some systems
      do weird non-standard things.
      df71fae5
Loading