Skip to content
Snippets Groups Projects
Commit d93e48b0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

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-C
action. SYNC/ASYNC called riosync() which called rioctl(TXSYNC) and we have no
equivalent in Synchronet for TCP/IP (modern sbbs). A user's Ctrl-C will clear
all pending I/O, but won't prevent subsequent output from being sent (until
the abort condition is cleared) as used to be the case with serial I/O.
parent aa89e193
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3963 passed
Status
Pipeline
Created by
Stages
Actions
Passed

00:06:50

avatar
Download artifacts

No artifacts found

Passed

00:07:03

avatar
Download artifacts

No artifacts found

Passed

00:06:36

avatar
Download artifacts

No artifacts found