- Mar 30, 2021
-
-
Deucе authored
Found by digging through headers... Apple doesn't document this.
-
- Mar 20, 2021
-
-
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
-
- Mar 16, 2021
-
-
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
-
- Mar 14, 2021
-
-
Deucе authored
All the major bugs I'm aware of are fixed (though RIP is still incomplete)
-
- Nov 28, 2020
-
-
Rob Swindell authored
And a couple of minor cosmetic adjustments.
-
Deucе authored
Basically, try to scare away people who won't file bug reports.
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- Jun 27, 2020
-
-
deuce authored
There are a number of conio changes in here too... too many to list. Check the diffs if you actually want to know what changed.
-
- Jun 26, 2020
-
-
deuce authored
-
- May 22, 2020
-
-
deuce authored
-
- May 18, 2020
- May 15, 2020
- May 14, 2020
-
-
deuce authored
Completes https://sf.net/p/syncterm/feature-requests/17/
-
- May 07, 2020
- May 05, 2020
-
-
deuce authored
Reported by Deon George in https://sourceforge.net/p/syncterm/tickets/7/
-
- May 04, 2020
- May 03, 2020
-
-
deuce authored
command-line arguments to all connections.
-
deuce authored
Only set values in the bbs structure if it's actually there.
-
deuce authored
sourceforge. https://sourceforge.net/p/syncterm/feature-requests/13/ This also addresses request 14 https://sourceforge.net/p/syncterm/feature-requests/14/ And disables uifc during startup.
-
- May 02, 2020
-
-
deuce authored
-
- May 01, 2020
-
-
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.
-
- Apr 30, 2020
- Apr 29, 2020
- Apr 19, 2020
- Apr 17, 2020
-
-
deuce authored
connection driver.
-
- Apr 13, 2020