Skip to content
Snippets Groups Projects
  1. Oct 18, 2024
    • Rob Swindell's avatar
      Allow multiple mouse reporting modes to be set/clear by passing array · 1ebbc545
      Rob Swindell authored
      This (ever so slightly) optimizes the transmtited ANSI sequences
      1ebbc545
    • Rob Swindell's avatar
      Add mouse reporting modes not supported by SyncTERM · d5b7f937
      Rob Swindell authored
      1001, 1004, 1005, 1007, and 1015
      
      Add ability for the set/clear mouse reporting calls to set/clear
      'all' modes with a single function call.
      d5b7f937
    • Deucе's avatar
      Be more aggressive about setting mouse modes. · 9546e85a
      Deucе authored
      When starting, turn off all mouse modes, then turn on the ones we
      need instead of relying on the console object to do anything in
      particular.
      
      On exit, explicitly turn off the two modes we had enabled before
      changing the console setting.
      
      Maybe this will fix the SyncTERM bug 153
      9546e85a
    • Deucе's avatar
      Fix cache subdirectories on Windows. · 8624486f
      Deucе authored
      Windows appears to treat backslashes and slashes the same when
      using the API, but Windows always returns backslashes.  Convert
      backslashes to slashes in clean_path() to ensure paths compare the
      same regardless of them being specified with backslashes or slashes.
      
      There's still an open question of what to do about paths received
      from the remote with backslashes in them, but I suspect that doing
      that would actually work on *nix systems and break on Windows systems,
      so hopefully whoever does that can fogure out what's going on.
      8624486f
    • Deucе's avatar
      Ensure graphics are cached successfully. · a9189017
      Deucе authored
      It appears that cache operations in SyncTERM on Windows does not
      currently work with subdirectories for some reason (likely
      backslashes).  Ensure that after sending a file to be cached, it
      correctly appears in the cache, and fall back to not using graphics.
      
      This will fix the blank board issue in minesweeper with a Windows
      SyncTERM and fallback to text mode.
      
      Once SyncTERM is fixed, it should work in graphics mode too.
      a9189017
    • Deucе's avatar
      Don't copy the name to the address. · 64ff6820
      Deucе authored
      The DNS lookup can cause delays on some systems.
      Fixes bug 154
      64ff6820
    • Rob Swindell's avatar
      Fix extra line feed (and blank line) when long (> 78 char) strings were logged · 1fecea06
      Rob Swindell authored
      to node.log via sbbs_t::log()
      1fecea06
    • Rob Swindell's avatar
      Fix indentation of one line. · 83fa4577
      Rob Swindell authored
      83fa4577
  2. Oct 17, 2024
  3. Oct 16, 2024
  4. Oct 15, 2024
  5. Oct 14, 2024
    • Deucе's avatar
      Get correct Haiku file paths. · 09daa29e
      Deucе authored
      It appears the "right" place to put downloads is on the Desktop...
      and the OS won't tell you that.
      09daa29e
  6. Oct 13, 2024
  7. Oct 12, 2024
Loading