Commits (6)
-
Rob Swindell authored
This fixes an observed crash in sexyz for Windows. The crash was in RingBufWrite() where 'remain' was set to -1 (4.2B) apparently because pHead and/or pTail changed (to pTail=pHead) during the invocation of the RINGBUF_FILL_LEVEL() macro, because it wasn't thread-safe. Amazing this problem never came up before.
9828d56c -
Rob Swindell authored
This eliminates some link-list management and the debug-level log message "Scrolled x mouse hot-spots" for non-mouse-enabled user terminals.
1f56e7ac -
Rob Swindell authored
... regardless of the timing of the last progress report. For cases where the progress output isn't erased once done doing the thing.
b81a1e01 -
Rob Swindell authored
This insures that the 'R'emove file option will work correctly if when displayed sorted.
7696a52f -
Rob Swindell authored
Subpacket OVERFLOW means received subpacket byte offset is >= the max subpacket length.
3bfa626d -
Rob Swindell authored
Some programs (e.g. sbbs.exe v2.30) check for CTS (when configured/enabled for hardware flow control), so reflect the signal (Clear To Send) accurately.
d4024229