Subj : src/sbbs3/ansiterm.cpp To : Git commit to main/sbbs/master From : Rob Swindell (in GitKraken) Date : Mon Mar 20 2023 17:56:11 https://gitlab.synchro.net/main/sbbs/-/commit/d93e48b017307d53e00bd858 Modified Files: src/sbbs3/ansiterm.cpp Log Message: Remove the call to sync() from ansi_getlines()This was needed back in the v2 days to be sure the escape sequence was sent*after* an output buffer before might've been cleared by a user's abort/Ctrl-Caction. SYNC/ASYNC called riosync() which called rioctl(TXSYNC) and we have noequivalent in Synchronet for TCP/IP (modern sbbs). A user's Ctrl-C will clearall pending I/O, but won't prevent subsequent output from being sent (untilthe abort condition is cleared) as used to be the case with serial I/O. --- SBBSecho 3.20-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .