Skip to content
Snippets Groups Projects
  1. Feb 24, 2024
  2. Feb 23, 2024
  3. Feb 18, 2024
  4. Feb 16, 2024
  5. Feb 15, 2024
  6. Feb 14, 2024
  7. Feb 13, 2024
  8. Feb 12, 2024
  9. Feb 11, 2024
    • Rob Swindell's avatar
      Fix issues with file sorting · 1c15e56f
      Rob Swindell authored
      The case-sensitive/insensitive logic was backwards
      (-i enabled case-sensitive sorting)
      
      The re-sorting by name was always occurring when the -sort option was used.
      
      Case-insensitive sorting by numeric properties (e.g. size) didn't work right.
      1c15e56f
  10. Feb 10, 2024
  11. Feb 08, 2024
    • Rob Swindell's avatar
      Pass K_UTF8 mode flag to console.inkey() · 4677e092
      Rob Swindell authored
      Since this script supports/expects UTF-8 character sequences for UNICODE
      characters (not a CP437 translated version of mappable chars).
      4677e092
    • Rob Swindell's avatar
      inkey() now returns CP437 characters by default · 55ccda62
      Rob Swindell authored
      K_CP437 changed to K_UTF8 with the inverted logic. If you have code/script
      that can handle UTF-8 input, then you need to specify K_UTF8 in calls to
      inkey, getkey, getstr. Or else, you're going to get a CP437 translated
      version of any non-ASCII (UNICODE) UTF-8 chars, if there's a mapping
      available. This only impacts UTF-8 terminals.
      
      There are just so many places in Synchronet where UTF-8 input could cause
      problems, it makes sense to translate UTF-8 to CP437 by default and make
      true UNICODE/UTF-8 handling the exception.
      
      Sorry Nightfox, you'll need to remove the K_CP437 detection/use code you
      just added to SlyEdit.
      55ccda62
    • Eric Oulashin's avatar
      SlyEdit: Support for entering UTF-8/Unicode characters; using K_CP437 to have... · f5929b35
      Eric Oulashin authored
      SlyEdit: Support for entering UTF-8/Unicode characters; using K_CP437 to have Synchronet convert to CP437 internally
      f5929b35
  12. Feb 07, 2024
  13. Feb 06, 2024
  14. Feb 05, 2024
  15. Feb 03, 2024
  16. Jan 30, 2024
  17. Jan 28, 2024
  18. Jan 27, 2024
  19. Jan 06, 2024
Loading