- May 02, 2020
-
-
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
-
-
deuce authored
-
deuce authored
-
deuce authored
Make sure the chat window is in the same place as the waiting window Fix chat window not in taskbar issue
-
rswindell authored
just immediately return 0.
-
deuce authored
-
rswindell authored
Eventually, would love to get this entire project divorced from sbbs.h, but that's a rabbit hole I don't want to go down right now.
-
rswindell authored
-
rswindell authored
ctrl/*.cpp includes this file and does not use/include libjs.
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
FIDOCHARSET header field appropriately. Detect UTF-8 in any of the viewable header fields and set the appropriate aux attribute flag.
-
deuce authored
-
rswindell authored
-