Skip to content
Snippets Groups Projects
  1. Mar 30, 2021
  2. Mar 20, 2021
    • Deucе's avatar
      Add support for MinGW-w64 · 31c717f9
      Deucе authored
      MinGW32 is getting long in the tooth and is missing a lot of modern
      Windows features as well as having broken headers.  Most people will
      be using MinGW-w64 at this point, so add support for it.  Once I
      ensure SyncTERM works properly with it, MinGW32 support will be
      discontinued.
      
      I suspect this will impact exactly zero people since the reason this
      exists is to build the Win32 versions of SyncTERM on FreeBSD.
      
      Changes:
      - Explicitly request 32-bit Windows output
      - Detect the string "mingw32" anywhere in the hardware description
      - Explicitly link with libuuid
      - Add a terrible hack to syncterm.c to block wincrypt.h
      31c717f9
  3. Mar 16, 2021
    • Deucе's avatar
      Add a "fake mode" for output drivers that can't change screen size · 5aa4dac9
      Deucе authored
      Previously, the height was left the same, and the width was set to
      the next-lowest "standard" size.  Now the cterm window is set to
      the size of the requested mode and both top/bottom and side bars
      are added to make the virtual screen the same as the requested one.
      
      Using the "current" mode still retains the old behaviour.
      
      Closes SF request 11
      5aa4dac9
  4. Mar 14, 2021
  5. Nov 28, 2020
  6. Aug 16, 2020
  7. Jun 27, 2020
  8. Jun 26, 2020
  9. May 22, 2020
    • deuce's avatar
      TAB! · 76eada5f
      deuce authored
      76eada5f
  10. May 18, 2020
  11. May 15, 2020
  12. May 14, 2020
  13. May 07, 2020
  14. May 05, 2020
  15. May 04, 2020
  16. May 03, 2020
  17. May 02, 2020
  18. May 01, 2020
    • deuce's avatar
      Add a LeftJustify INI-only option. · 7303bfcc
      deuce authored
      If the syncterm.ini file has LeftJustify=TRUE in it, non-exact modes
      (ie: curses) will print against the left margin, and the sides won't be
      filled with blue.
      
      This change really highlights just how bad the term struct is, and this
      won't become an official option until after the 1.1 release and a serious
      overhaul of this stuff occurs.
      7303bfcc
  19. Apr 30, 2020
  20. Apr 29, 2020
  21. Apr 19, 2020
  22. Apr 17, 2020
  23. Apr 13, 2020
Loading