- May 03, 2020
-
-
deuce authored
-
deuce authored
Fixes https://sourceforge.net/p/syncterm/tickets/10/ as well as various color corruption issues in offline scrollback that date back to the sixel "stuff"
-
deuce authored
-
deuce authored
https://sourceforge.net/p/syncterm/tickets/8/ and https://sourceforge.net/p/syncterm/tickets/9/ font_control() has been broken for some time, and is now fixed (and works in curses mode now). Paste needs to convert to the current codepage... it was actually pasting UTF-8.
-
rswindell authored
Assume the characters in the ungetkey-buffer are ASCII. This fixes the problem with getstr(..., K_AUTODEL) and PETSCII terminals, reversing the case (capitalization) of the first character typed.
-
deuce authored
-
rswindell authored
Fix issue reported by Mark Lewis: trim trailing white-space off of each area manager request line. If the requester included any trailing white-space, the commands would not be recognized, e.g.: !Unrecognized area-tag or command on 1:3634/12: '+BACKBONE '
-
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.
-
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.
-