- May 02, 2020
-
-
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.
-
rswindell authored
mouse_enable() pasted from minesweeper.js. Sanitize the mode flag check. Add the CVS Id keyword.
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
Note, Debian still hates you.
-
rswindell authored
-
rswindell authored
ANSI all the time, which is not compatible with PETSCII terminals.
-
rswindell authored
ansi.send('mouse', enable ? 'set' : 'clear', 'x10_compatible'); ansi.send('mouse', enable ? 'set' : 'clear', 'extended_coord');
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
The 'U' modifier for @-codes implies left-alignment, but does not truncate the expanded value by default (only when a width is explicitly expressed).
-
rswindell authored
New option to control whether the "KILLSENT" attribute is set on locally created Internet email messages. Defaults to "No". At the request of Mark Lewis.
-
rswindell authored
Set the KILLSENT network attribute for created Internet email messages when enabled in SCFG->Networks->Internet (new option). Do the same for FidoNet NetMail messages routed via SMTP. Only auto-delete sent Internet mail messges when either the KILLSENT network attribute flag is set or there was no SENDEREXT (from_ext) on the sent message.
-
rswindell authored
Set the "LOCAL" network-attribute on locally-created Internet email messages (no use currently, but seems prudent). Set the KILLSENT network attribute for created Internet email messages when enabled in SCFG->Networks->Internet (new option).
-
rswindell authored
Always delete exported netmail if there's no SENDEREXT (from_ext) as this could result in orphaned sent-mail otherwise.
-
- Apr 30, 2020