- May 03, 2020
-
-
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.
-
deuce authored
means.
-
rswindell authored
After displaying a native PETSCII (.seq) file, reset the character set to Upper/Lower for compatibility with the rest of the BBS (some PETSCII Art files change the character set to Upper/Graphics).
-
rswindell authored
When a user sends an ANSI escape sequence (like say, an arrow key), don't set the persistent ANSI flag in their user record. Setting the flag in the auto-terminal detection value should be enough.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
but the mapping wasn't.
-
- May 02, 2020
-
-
rswindell authored
argument has type 'int' So a (ushort&ushort) == int? That makes no sense.When in doubt, typecast!
-
deuce authored
-
deuce authored
-
rswindell authored
Resolve warning: comparison of array 'client->host' not equal to a null pointer is always true in Clang
-
deuce authored
get_term_win_size() which is now used by SSH and PTY methods. Telnet will use it as a fallback in case the negotiation occurs before the terminal is initialized.
-
deuce authored
Resolves bug #5 https://sourceforge.net/p/syncterm/tickets/5/
-
deuce authored
with extended palettes.
-
deuce authored
This likely breaks the forced mono thing.
-
deuce authored
They don't fix any problems, and likely nothing will use this code.
-
deuce authored
-
deuce authored
Reported by apam.
-
rswindell authored
-
rswindell authored
-
rswindell authored
part of the file, assuming lines are not >8K (on average).
-
rswindell authored
Don't use P_OPENCLOSE printfile() mode for any files > 2MB in size.
-
deuce authored
-
rswindell authored
for telnet "windows size" negotiation.
-
deuce authored
-
deuce authored
-
rswindell authored
about redefining _XOPEN_SOURCE on every command-line (because pkt-config is also defining it, to 600).
-
rswindell authored
Support the continue-on-error option (-C) with the -R (repair) command.
-
- May 01, 2020
-
-
deuce authored
-
deuce authored
This fixes some input weirdness with C64 mode (and likely others)
-
deuce authored
case for PETSCII anymore.
-
deuce authored
Call snd_pcm_prepare() before every sample. Should fix bug #2 https://sourceforge.net/p/syncterm/tickets/2/
-
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.
-
rswindell authored
-
rswindell authored
-
rswindell authored
mouse_enable() pasted from minesweeper.js.
-