Subj : src/comio/comio.h comio_win32.c To : CVS commit From : rswindell Date : Fri Jun 26 2020 12:38 pm src/comio comio.h 1.13 1.14 comio_win32.c 1.11 1.12 Update of /cvsroot/sbbs/src/comio In directory cvs:/tmp/cvs-serv32562 Modified Files: comio.h comio_win32.c Log Message: Change the return value and arguments to Get/SetTxFlowControl functions to support multiple types of flow control, not just RTS/CTS, but also DTR/DSR and XON/OFF (and obviously, none). TODO: consider how the dcb.fRtsControl member might need to be adjusted by the comSetTxFlowControl function (for Win32). .